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

pull/8640/head
alayek 2016-05-15 16:43:41 +05:30
parent a3cb1eabe8
commit 52a66d6408
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ var onConnect = function() {
var timeoutHandler = setTimeout(function() { var timeoutHandler = setTimeout(function() {
var message = var message =
'db did not after ' + 'db did not connect after ' +
(Date.now() - startTime) + (Date.now() - startTime) +
' ms connect crashing hard'; ' ms --- crashing hard';
console.log(message); console.log(message);
// purposely shutdown server // purposely shutdown server