mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
remove redundant commit
This commit is contained in:
committed by
Jesse Duffield
parent
68fc6059d3
commit
ee7a6391a8
@ -636,8 +636,6 @@ func (gui *Gui) runSubprocess(cmdObj oscommands.ICmdObj) error {
|
|||||||
|
|
||||||
err := subprocess.Run()
|
err := subprocess.Run()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// not handling the error explicitly because usually we're going to see it
|
|
||||||
// in the output anyway
|
|
||||||
gui.Log.Error(err)
|
gui.Log.Error(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user