method Process.abort
Jump to headingProcess.abort(): never
The process.abort()
method causes the Node.js process to exit immediately and
generate a core file.
This feature is not available in Worker
threads.
Return Type Jump to heading
never
Jump to headingProcess.abort(): never
The process.abort()
method causes the Node.js process to exit immediately and
generate a core file.
This feature is not available in Worker
threads.
never