Event: 'error'
This event is the same as the one provided by child_process.fork()
.
In a worker you can also use process.on('error')
.
Event: 'error'
This event is the same as the one provided by child_process.fork()
.
In a worker you can also use process.on('error')
.
Please login to continue.