mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-08-29 10:20:35 -05:00
Now that we close a task's stdout pipe when we are done with it, it should terminate by itself at that point, so there's no longer a need to kill it. This way, called processes get a chance to terminate gracefully rather than being killed with SIGKILL; in particular, this allows git to clean up its index.lock file if it created one.