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.