From 52a66d6408481cbbff8ffbe8b1824dc1454554a9 Mon Sep 17 00:00:00 2001 From: alayek Date: Sun, 15 May 2016 16:43:41 +0530 Subject: [PATCH] Add missing 'connect' in the production-start.js error handler --- server/production-start.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/production-start.js b/server/production-start.js index 53266e07473..75039f64b27 100644 --- a/server/production-start.js +++ b/server/production-start.js @@ -18,9 +18,9 @@ var onConnect = function() { var timeoutHandler = setTimeout(function() { var message = - 'db did not after ' + + 'db did not connect after ' + (Date.now() - startTime) + - ' ms connect crashing hard'; + ' ms --- crashing hard'; console.log(message); // purposely shutdown server