mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-19 21:28:28 +02:00
restore some code that was erroneously removed
This commit is contained in:
parent
1d40d03bb2
commit
5d12a6bf99
@ -109,6 +109,10 @@ func (m *ViewBufferManager) NewCmdTask(start func() (*exec.Cmd, io.Reader), pref
|
|||||||
m.Log.Errorf("error when running cmd task: %v", err)
|
m.Log.Errorf("error when running cmd task: %v", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if onDone != nil {
|
||||||
|
onDone()
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
loadingMutex := sync.Mutex{}
|
loadingMutex := sync.Mutex{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user