bare-abort
Cause abnormal program termination and generate a crash report
stable
Source
bare-abort — Cause abnormal program termination and generate a crash report. It is a native addon.
npm i bare-abortUsage
const abort = require('bare-abort')
abort()API
Functions
abort(): never
Source
Cause abnormal program termination and generate a crash report.
See also
- Bare modules — the full
bare-*catalog. - Bare runtime API — the runtime these modules extend.