semicolon

This commit is contained in:
psychobunny
2014-09-29 16:58:23 -04:00
parent 7b9815aa3b
commit f86e4256a1

3
app.js
View File

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