1.0.1 • Published 7 years ago

noobnoob v1.0.1

Weekly downloads
3
License
MPL-2
Repository
-
Last release
7 years ago

noob noob

Useful error stacks for development that include code highlighting.

Build Status

Usage

Either require('noobnoob') directly in your module or preload it with -r:

node -r noobnoob example.js

When an error's stack is formatted it will include useful details about the code that generated the error. Below is an example of the output from noob noob

example