mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 15:20:39 +01:00
added missing return
This commit is contained in:
@@ -164,6 +164,7 @@ Upgrade.process = function (files, skipCount, callback) {
|
||||
if (scriptExport.timestamp <= schemaDate && semver.lt(version, '1.5.0')) {
|
||||
process.stdout.write('skipped\n'.grey);
|
||||
db.sortedSetAdd('schemaLog', Date.now(), path.basename(file, '.js'), next);
|
||||
return;
|
||||
}
|
||||
|
||||
// Do the upgrade...
|
||||
|
||||
Reference in New Issue
Block a user