'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.