Skip to content
anticrash / 2023.1.20

anticrash 2023.1.20

Install from the command line:
Learn more about npm packages
$ npm install @thundernetworkrad/anticrash@2023.1.20
Install via package.json:
"@thundernetworkrad/anticrash": "2023.1.20"

About this version

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

Details


Assets

  • anticrash-2023.1.20.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all