updated npm modules

This commit is contained in:
2019-05-20 20:43:45 -05:00
parent 2319197b81
commit f166b72b7d
1113 changed files with 8758 additions and 12227 deletions

View File

@@ -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 {