1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

minor cleanup

This commit is contained in:
Jesse Duffield
2018-08-13 21:35:54 +10:00
parent 9e725ae24e
commit 12de0345e4
2 changed files with 1 additions and 54 deletions

View File

@ -335,6 +335,7 @@ func (gui *Gui) RunWithSubprocesses() {
break
} else if err == ErrSubProcess {
gui.SubProcess.Run()
gui.SubProcess = nil
} else {
log.Panicln(err)
}