Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fork-exec: Don't double-close parent fds
Previously the fork/exec backend would attempt to close stdin, et al. on process spawn failure. This result in spurious `close` failures due to `runInteractiveProcess` doing the same. Consequently, the cause of the failure would be confusingly mis-identified. Fixes #306.
- Loading branch information