mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
add semicolon
This commit is contained in:
@@ -289,7 +289,7 @@ var Sandbox = function (options) {
|
||||
fs.mkdirSync(self.home, 0755);
|
||||
self.cwd = self.home;
|
||||
self.env = {};
|
||||
self.fakeMongo = options.fakeMongo
|
||||
self.fakeMongo = options.fakeMongo;
|
||||
|
||||
if (_.has(options, 'warehouse')) {
|
||||
// Make a directory to hold our new warehouse
|
||||
|
||||
Reference in New Issue
Block a user