Modularized event listeners

This commit is contained in:
AlexKvazos
2015-04-29 11:46:09 -05:00
parent fcb2236d12
commit 5046fd49ba
10 changed files with 75 additions and 64 deletions
+1 -1
View File
@@ -43,4 +43,4 @@ server.listen(app.get('port'), function() {
// handle exceptions
process.on('uncaughtException', function(ex) {
console.error(ex.stack);
});
});