Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.69 KB

README.md

File metadata and controls

54 lines (43 loc) · 1.69 KB

postmortem

npm build dependencies license chat

When code dies, it deserves a proper autopsy.

Stacktrace library with support for CoffeeScript and source maps. Ensures stacktrace output is useful when code is bundled or transpiled.

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.

License

MIT