mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 00:56:25 -04:00
Removed useless channel read
This commit is contained in:
parent
18a1070c2c
commit
0c4c00c1bf
|
|
@ -66,7 +66,6 @@ func RunCommandWithOutputLiveWrapper(c *OSCommand, command string, output func(s
|
|||
go func() {
|
||||
stopAsking <- struct{}{}
|
||||
}()
|
||||
<-stopAsking
|
||||
if err != nil {
|
||||
waitForBufio.Wait()
|
||||
return strings.Join(cmdOutput, " "), err
|
||||
|
|
|
|||
Loading…
Reference in a new issue