DEP0006:child_process options.customFds
🌐 DEP0006: child_process options.customFds
类型:寿命终止
🌐 Type: End-of-Life
在 child_process 模块的 spawn()、fork() 和 exec() 方法中,options.customFds 选项已被弃用。应改用 options.stdio 选项。
🌐 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.