mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
err doesnt exist here
This commit is contained in:
@@ -203,11 +203,7 @@ Upgrade.upgrade = function(callback) {
|
|||||||
} else {
|
} else {
|
||||||
winston.info('[2014/2/20] Activating NodeBB Essential Widgets - skipped');
|
winston.info('[2014/2/20] Activating NodeBB Essential Widgets - skipped');
|
||||||
|
|
||||||
if (err) {
|
Upgrade.update(thisSchemaDate, next);
|
||||||
next(err);
|
|
||||||
} else {
|
|
||||||
Upgrade.update(thisSchemaDate, next);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
function(next) {
|
function(next) {
|
||||||
|
|||||||
Reference in New Issue
Block a user