mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fewer newlines in .meteor/versions
This commit is contained in:
@@ -127,7 +127,7 @@ project.rewriteIndirectDependencies = function (appDir, deps) {
|
||||
});
|
||||
|
||||
fs.writeFileSync(path.join(appDir, '.meteor', 'versions'),
|
||||
lines.join('\n') + '\n', 'utf8');
|
||||
lines.join(), 'utf8');
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user