mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-08 22:36:49 +02:00
remove log of error now that we're returning it normally
This commit is contained in:
@ -635,9 +635,6 @@ func (gui *Gui) runSubprocess(cmdObj oscommands.ICmdObj) error {
|
||||
fmt.Fprintf(os.Stdout, "\n%s\n\n", style.FgBlue.Sprint("+ "+strings.Join(subprocess.Args, " ")))
|
||||
|
||||
err := subprocess.Run()
|
||||
if err != nil {
|
||||
gui.Log.Error(err)
|
||||
}
|
||||
|
||||
subprocess.Stdout = ioutil.Discard
|
||||
subprocess.Stderr = ioutil.Discard
|
||||
|
Reference in New Issue
Block a user