All Projects → f → dont-fail-me-again

f / dont-fail-me-again

Licence: other
Node.js Error Handler by The Dark Side

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].