LogoPear Docs

bare-abort

Cause abnormal program termination and generate a crash report

stable

bare-abort — Cause abnormal program termination and generate a crash report. It is a native addon.

npm i bare-abort

Usage

const abort = require('bare-abort')

abort()

API

Functions

abort(): never

Source

Cause abnormal program termination and generate a crash report.

See also

On this page