'error' 事件
此事件和 child_process.fork()
提供的事件相同。
在一个工作进程中,也可以使用 process.on('error')
。
This event is the same as the one provided by child_process.fork()
.
Within a worker, process.on('error')
may also be used.
此事件和 child_process.fork()
提供的事件相同。
在一个工作进程中,也可以使用 process.on('error')
。
This event is the same as the one provided by child_process.fork()
.
Within a worker, process.on('error')
may also be used.