projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55c7f2a
)
Globale exception handler re-enabled
author
Darren
<darren@darrenwhitlen.com>
Thu, 17 Nov 2011 09:37:17 +0000
(09:37 +0000)
committer
Darren
<darren@darrenwhitlen.com>
Thu, 17 Nov 2011 09:37:17 +0000
(09:37 +0000)
server/kiwi.js
patch
|
blob
|
blame
|
history
diff --git
a/server/kiwi.js
b/server/kiwi.js
index 68c0bb61974a8bd822f2306b1030a9bda1286850..1afdb414d84a84a34cd8479027de63ce92f2e4f5 100644
(file)
--- a/
server/kiwi.js
+++ b/
server/kiwi.js
@@
-212,9
+212,9
@@
this.kiwi_mod.printMods();
// Make sure Kiwi doesn't simply quit on an exception
-
/*
process.on('uncaughtException', function (e) {
+process.on('uncaughtException', function (e) {
console.log('[Uncaught exception] ' + e);
-});
*/
+});
// Start the server up
this.websocketListen(this.config.servers, this.httpHandler);