Skip to content
  • Ben Gamari's avatar
    8a9bf8b4
    fork-exec: Don't double-close parent fds · 8a9bf8b4
    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.
    8a9bf8b4
    fork-exec: Don't double-close parent fds
    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.
Loading