-
Ben Gamari authored
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.
Ben Gamari authoredPreviously 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