mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-25 18:55:28 -06:00
startBackgroundFetch does not return errors
This commit is contained in:
@@ -619,7 +619,7 @@ func (gui *Gui) goEvery(interval time.Duration, function func() error) {
|
||||
}()
|
||||
}
|
||||
|
||||
func (gui *Gui) startBackgroundFetch() error {
|
||||
func (gui *Gui) startBackgroundFetch() {
|
||||
g := gui.g
|
||||
gui.waitForIntro.Wait()
|
||||
isNew := gui.Config.GetIsNewRepo()
|
||||
@@ -635,7 +635,6 @@ func (gui *Gui) startBackgroundFetch() error {
|
||||
return err
|
||||
})
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// Run setup the gui with keybindings and start the mainloop
|
||||
|
||||
Reference in New Issue
Block a user