Add missing 'connect' in the production-start.js error handler

This commit is contained in:
alayek
2016-05-15 16:43:41 +05:30
parent a3cb1eabe8
commit 52a66d6408

View File

@ -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