postmortem
v0.2.6
Published
When code dies, it deserves a proper autopsy. Stacktrace library with sourcemap support.
Downloads
177
Maintainers
Readme
postmortem
When code dies, it deserves a proper autopsy.
Stacktrace library with support for CoffeeScript and source maps.
Install
$ npm install postmortem
Usage
require('postmortem').install()
// or
require('postmortem/register')
If you use mocha:
$ mocha --require postmortem/register
Credit
Large amounts of code was lifted from source-map-support, without which this project would not exist.