Merge pull request #8640 from alayek/fix/production-start-typo

Add missing 'connect' in the production-start.js error handler
pull/8669/head
Mrugesh Mohapatra 2016-05-16 10:49:20 +05:30
commit 0a9e354937
1 changed files with 2 additions and 2 deletions

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