diff --git a/app.js b/app.js index c6f22fdf4a..6ecba8656c 100644 --- a/app.js +++ b/app.js @@ -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');