Skip to content

Commit

Permalink
just in case something unexpected happens...
Browse files Browse the repository at this point in the history
  • Loading branch information
thejh committed Sep 25, 2011
1 parent bc0c5aa commit eda1e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
@@ -1,3 +1,4 @@
process.on('uncaughtException', function (err) { console.err(err ? err.stack || err : err) })
require('coffee-script')
var http = require('http');
require('./bot');
Expand Down

0 comments on commit eda1e1a

Please sign in to comment.