描述 Node.js 中的退出代码?

Describe the exit codes in Node.js?

知道 Node.js 中出现了多少退出代码吗?

示例:

未使用(由 Bash 保留用于内置误用)

Exit codes in Node.js are a specific group of codes that finish off processes, which can include global objects as well. Some of the exit codes in Node.js are:

  • 内部JavaScript评估失败
  • 致命错误
  • 内部异常
  • 处理程序运行-时间失败
  • 未使用
  • 未捕获的致命异常