mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-23 16:22:24 +03:00
Worked and fixed a view comments
This commit is contained in:
@@ -31,7 +31,7 @@ func RunCommandWithOutputLiveWrapper(c *OSCommand, command string, output func(s
|
||||
tty, err := pty.Start(cmd)
|
||||
|
||||
if err != nil {
|
||||
return errorMessage, err
|
||||
return "", err
|
||||
}
|
||||
|
||||
stopAsking := make(chan struct{})
|
||||
|
||||
Reference in New Issue
Block a user