DEP0006: child_process options.customFds
类型: 生命结束
在 child_process
模块的 spawn()
、fork()
和 exec()
方法中,options.customFds
选项已弃用。
应该使用 options.stdio
选项。
Type: End-of-Life
Within the child_process
module's spawn()
, fork()
, and exec()
methods, the options.customFds
option is deprecated. The options.stdio
option should be used instead.