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