Skip to content
  • rwbarton's avatar
    Catch exceptions in findUsableBranchers · 729cd551
    rwbarton authored
    In the version of process that comes with GHC 7.7,
    readProcessWithExitCode raises an exception when
    the process could not be started (for example if
    the command to be run doesn't exist).
    729cd551