cooler
v0.1.0
Published
prints error stack traces with green for your code, red for the error message, grey for node core, and normal color for everything else
Downloads
8
Readme
npm -g install cooler
errors!
Why use this?
- print the first line of the error in red
- print the lines you wrote in green
- print the lines in node core in grey
e.g.
Usage
require('cooler')
console.cool(new Error('hi'))