mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user