To fix it I had to change line 144 of worker.js from this.child.stdin.end() to this.child.kill()...
To fix it I had to change line 144 of worker.js from this.child.stdin.end() to this.child.kill()...