mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
remove redundant commit
This commit is contained in:
parent
68fc6059d3
commit
ee7a6391a8
|
|
@ -636,8 +636,6 @@ func (gui *Gui) runSubprocess(cmdObj oscommands.ICmdObj) error {
|
|||
|
||||
err := subprocess.Run()
|
||||
if err != nil {
|
||||
// not handling the error explicitly because usually we're going to see it
|
||||
// in the output anyway
|
||||
gui.Log.Error(err)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue