semicolon

v1.18.x
psychobunny 11 years ago
parent 7b9815aa3b
commit f86e4256a1

@ -169,7 +169,8 @@ function start() {
winston.info('[cluster] Client-side javascript and mapping propagated to worker ' + cluster.worker.id); winston.info('[cluster] Client-side javascript and mapping propagated to worker ' + cluster.worker.id);
break; break;
} }
}) });
process.on('uncaughtException', function(err) { process.on('uncaughtException', function(err) {
winston.error(err.message); winston.error(err.message);
console.log(err.stack); console.log(err.stack);

Loading…
Cancel
Save