mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Put a forgotten return statement
This commit is contained in:
committed by
Sashko Stubailo
parent
44ef7680ed
commit
ed30752377
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user