Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement graceful shutdown on Mac (#619)
* hold cleanup until procKilledCh signal * signal to procKilledChan in existing deferred func * without this can't exit when non zero exit code it seems like `os.Exit(state.ExitCode())` belongs here... but unclear on intent of `e.config.Build.Rerun` This at least lets you ctrl+c out of error condition instead of killing pid via external means. * Revert "without this can't exit when non zero exit code" This reverts commit fec348c. * use cleanup * fix test case rerun * upgrade gomod version * remove unused `WaitGroup` --------- Co-authored-by: Seth Brasile <[email protected]>
- Loading branch information