Skip to content

Commit

Permalink
Try fixing Windows "child process error" issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 14, 2020
1 parent 769669d commit 54eb9ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Parallel/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ public function quit(): void
// todo what are all the events I should listen to?
// process: just exit now
// connection: connection, data, error?
$this->process->terminate();
}

public function bindConnection(ReadableStreamInterface $out, WritableStreamInterface $in): void
Expand Down

0 comments on commit 54eb9ce

Please sign in to comment.