1.0.0 • Published 7 years ago
@c0b41/prettify-error v1.0.0
prettify-error
Prettify given error objects for console outputs

Install
$ npm install prettify-errorUsage
var prettify = require('prettify-error')
var err = new Error('lorem ipsum')
console.error(prettify(error) || error)If you'd like to skip some lines from the stack:
prettify(error, 2) // Will start reading the stack from the third line.1.0.0
7 years ago