Updated plugin checking logic

* Fixes #6183
* Also changed a bunch of console.logs to process.stdout.write,
  so the command line output is cleaner
This commit is contained in:
Julian Lam
2017-12-19 12:06:56 -05:00
parent 3196311f15
commit acc58d707c
5 changed files with 43 additions and 41 deletions

View File

@@ -189,7 +189,7 @@ Upgrade.process = function (files, skipCount, callback) {
}, next);
},
function (next) {
console.log('Upgrade complete!\n'.green);
console.log('Schema update(s) complete!\n'.green);
setImmediate(next);
},
], callback);