DEP0150:更改 process.config 的值
¥DEP0150: Changing the value of process.config
类型:生命结束
¥Type: End-of-Life
process.config
属性提供对 Node.js 编译时设置的访问。但是,该属性是可变的,因此容易被篡改。更改值的功能将在 Node.js 的未来版本中删除。
¥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.