When code dies, it deserves a proper autopsy. Stacktrace library with sourcemap support.
npm install postmortem#### When code dies, it deserves a proper autopsy.
Stacktrace library with support for CoffeeScript and source maps.
bash
$ npm install postmortem
`$3
`javascript
require('postmortem').install()// or
require('postmortem/register')
`
If you use mocha:
`bash
$ mocha --require postmortem/register
``