DEP0164:process.exit(code)、process.exitCode 强制转换为整数
【DEP0164: process.exit(code), process.exitCode coercion to integer】
类型:寿命终止
【Type: End-of-Life】
除 undefined、null、整数和整数字符串(例如 '1')之外的值,作为 process.exit() 中 code 参数的值以及作为赋值给 process.exitCode 的值,已被弃用。
【Values other than undefined, null, integer numbers, and integer strings
(e.g., '1') are deprecated as value for the code parameter in
process.exit() and as value to assign to process.exitCode.】