mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Log errors from refresh instead of showing them in a panel
We are already doing this in other cases in this file.
This commit is contained in:
parent
1869fda800
commit
bbad3a70ce
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ func (self *RefreshHelper) refreshBranches(refreshWorktrees bool, keepBranchSele
|
|||
|
||||
branches, err := self.c.Git().Loaders.BranchLoader.Load(reflogCommits)
|
||||
if err != nil {
|
||||
_ = self.c.Error(err)
|
||||
self.c.Log.Error(err)
|
||||
}
|
||||
|
||||
self.c.Model().Branches = branches
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue