missing semicolon

v1.18.x
barisusakli 11 years ago
parent f5232dbc96
commit 04144ed75d

@ -154,7 +154,7 @@ function start() {
meta.js.killMinifier(); meta.js.killMinifier();
shutdown(1); shutdown(1);
}) });
} else { } else {
winston.warn('Your NodeBB schema is out-of-date. Please run the following command to bring your dataset up to spec:'); winston.warn('Your NodeBB schema is out-of-date. Please run the following command to bring your dataset up to spec:');
winston.warn(' node app --upgrade'); winston.warn(' node app --upgrade');

Loading…
Cancel
Save