1.0.1 • Published 8 years ago

dont-fail-me-again v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

Node.js Error Handler by The Dark Side

Darth Vader says "DON'T FAIL ME AGAIN" when you made a mistake in your code.

Testimonials

"You are going to use this package." - A Sith

"I am going to use this package." - A Stormtrooper

Install

npm install dont-fail-me-again --save-dev

If ubuntu, install mpg123

sudo apt-get install mpg123 -y

Usage

require('dont-fail-me-again');

And make some mistakes in your code, like

require('dont-fail-me-again');

a_function_does_not_exists();

And your computer will tell you "DON'T FAIL ME AGAIN!" by the sound of Darth Vader and put the stack:

ReferenceError: a_function_does_not_exists is not defined
    at ...
    at ...

May the force be with you.

License

Galactic Public License

1.0.1

8 years ago

1.0.0

8 years ago