DEP0150: 更改 process.config 的值
类型: 运行时
process.config
属性提供对 Node.js 编译时设置的访问。
但是,该属性是可变的,因此容易被篡改。
在 Node.js 的未来版本中将删除更改值的能力。
Type: Runtime
The process.config
property provides access to Node.js compile-time settings.
However, the property is mutable and therefore subject to tampering. The ability
to change the value will be removed in a future version of Node.js.