added missing return

v1.18.x
barisusakli 8 years ago
parent 6d1702c600
commit f4b8cb7217

@ -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...

Loading…
Cancel
Save