pretty-error icon indicating copy to clipboard operation
pretty-error copied to clipboard

See node.js errors with less clutter

Results 24 pretty-error issues
Sort by recently updated
recently updated
newest added

example code: ``` var pe = new (require("pretty-error")); try { eval(`(function fn(){ throw new Error('some error'); })()`) } catch(e) { console.log(e.stack); console.log(pe.render(e)); } ``` result: ``` Error: some error at...

The "bright-white" color does not seem to be working. both in the default theme or if i try to override. The resulting text is always black. Other colors seem to...

Webpack uses query strings for it loaders. When executing webpack code with source maps and _pretty-error_ I get invalid file names: ``` - loader.js:10 eval /a/path/template.jade?/a/path/loader.js:10:57 ``` I would expect...