Package Exports
- one-line-stack-trace
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (one-line-stack-trace) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
one-line-stack-trace
get one line info from your stack trace
Installation
npm i -S one-line-stack-traceUsage
const stack = require('one-line-stack-trace'),
err = new Error('not found');
console.log("trace", stack(err.stack));performance
npm run performanceconsole.error takes 25% less time to print traces processed by the library