@@ -140,4 +140,7 @@ io.sockets.on('connection',function(socket){
});
}
};
+});
+process.on('uncaughtException',function(e){
+ logger.error(e);