2023.1.21 • Published 1 year ago

@thundernetworkrad/anticrash v2023.1.21

Weekly downloads
-
License
Mozilla Public Li...
Repository
github
Last release
1 year ago

Anticrash

  • By ThunderNetworkRaD

install

  • With NPM
npm i @thundernetworkrad/anticrash
  • with yarn
yarn add @thundernetworkrad/anticrash

Docs

const anticrash = require('@thundernetworkrad/anticrash');

anticrash.start([/*Disabled Goes Here*/], [/*Enabled Goes Here*/])


anticrash.quit() // completly stop the program

In this package there is 3 systems, 2 enabled by default and 1 disabled by default

Enabled by default (You can put it in "disabled goes here" as a string)

  • unhandledRejection
  • uncaughtException

Disabled by default (You can put it in "enabled goes here" as a string)

  • multipleResolves
2023.1.21

1 year ago

2023.1.20

1 year ago