Detalhes do pacote

postmortem

zeekay16MIT0.2.6

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

debugging, sourcemaps, stacktrace

readme (leia-me)

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.