missing semicolon

This commit is contained in:
barisusakli
2014-07-05 00:11:40 -04:00
parent f5232dbc96
commit 04144ed75d

2
app.js
View File

@@ -154,7 +154,7 @@ function start() {
meta.js.killMinifier();
shutdown(1);
})
});
} else {
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');