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

Add missing 'connect' in the production-start.js error handler
This commit is contained in:
Mrugesh Mohapatra
2016-05-16 10:49:20 +05:30

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