Put a forgotten return statement

This commit is contained in:
Slava Kim
2014-12-11 15:02:58 -08:00
committed by Sashko Stubailo
parent 44ef7680ed
commit ed30752377

View File

@@ -1172,6 +1172,7 @@ if (process.platform === "win32") {
if (_.isString(fileData)) {
return fileData.replace(new RegExp(os.EOL, "g"), "\n");
}
return fileData;
};
files.rename = function (from, to) {