Skip to content

Commit

Permalink
revert accidental deletion of server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Sep 27, 2011
1 parent 2035dc6 commit ec2759a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/server.js
@@ -0,0 +1,8 @@
var nowUtil = require('./nowUtil').nowUtil;
var Now = require('./now').Now;

process.on('uncaughtException', function (err) {
nowUtil.error(err);
});

module.exports = new Now();

0 comments on commit ec2759a

Please sign in to comment.