When code dies, it deserves a proper autopsy. Stacktrace library with sourcemap support.


Keywords
debugging, sourcemaps, stacktrace, coffeescript, error-handling, javascript, nodejs, postmortem, stacktrace-library
License
MIT
Install
npm install postmortem@0.2.6

Documentation

postmortem Build Status npm version

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.