0.1.5 • Published 2 years ago

error-stack-tracey v0.1.5

Weekly downloads
80
License
BSD-3-Clause
Repository
-
Last release
2 years ago

error-stack-tracey npm

Trace error stack with sourcemap.

Usage

const { parse, print } = require('error-stack-tracey');

// Parse the error stack
const errorStack = await parse(error, bundleContent);

// Print the error stack
print(errorMessage, errorStack);