updated npm modules
This commit is contained in:
2
node_modules/worker-farm/lib/fork.js
generated
vendored
2
node_modules/worker-farm/lib/fork.js
generated
vendored
@@ -20,7 +20,7 @@ function fork (forkModule, workerOptions) {
|
||||
// this *should* be picked up by onExit and the operation requeued
|
||||
})
|
||||
|
||||
child.send({ module: forkModule })
|
||||
child.send({ owner: 'farm', module: forkModule })
|
||||
|
||||
// return a send() function for this child
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user