Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop forwarding SIGINT to child processes (#322)
Since we handle os.Interrupt but no longer forward it to child processes, this commit also removes platform-specific handling for Windows, preferring to use child.Process.Kill() in all cases. Fixes #307.
- Loading branch information