mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
good progress
This commit is contained in:
@ -86,9 +86,9 @@ func (gui *Gui) refreshSidePanels(options refreshOptions) error {
|
||||
wg.Add(1)
|
||||
func() {
|
||||
if options.mode == ASYNC {
|
||||
go gui.refreshStashEntries(gui.g)
|
||||
go gui.refreshStashEntries()
|
||||
} else {
|
||||
gui.refreshStashEntries(gui.g)
|
||||
gui.refreshStashEntries()
|
||||
}
|
||||
wg.Done()
|
||||
}()
|
||||
|
Reference in New Issue
Block a user