Skip to content

Instantly share code, notes, and snippets.

@moudy
Created February 3, 2015 20:57

Revisions

  1. moudy created this gist Feb 3, 2015.
    3 changes: 3 additions & 0 deletions uncaughtException.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    process.on('uncaughtException', function(err) {
    console.log('Threw Exception: ', err, err.stack);
    });