Skip to content

AetheraDev/anti-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Anti Error

Ignore errors in your code and keep it running.

Installing:

npm install anti-error

How to use:

const anti = require('anti-error');
anti.use(true);

// optional 
anti.showErr(); // show error details

About

Ignore errors in your code and keep it running.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published