process.abort() 方法会导致 Node.js 进程立即退出并生成一个核心文件。
process.abort()
¥The process.abort() method causes the Node.js process to exit immediately and generate a core file.
此特性在 Worker 线程中不可用。
Worker
¥This feature is not available in Worker threads.