From 04144ed75d4e079b9ab6207a32aee17197fa0732 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sat, 5 Jul 2014 00:11:40 -0400 Subject: [PATCH] missing semicolon --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');