try to debug gui stuff

This commit is contained in:
Jeff Carr 2025-01-07 05:59:12 -06:00
parent 904a5e8568
commit 669c4e082c
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ func (rs *RepoStatus) gitBranchAll() {
}
}
func (rs *RepoStatus) UpdateNew() {
log.Info("gui update", rs.pb.GetFullPath())
rs.updateNew()
}
func (rs *RepoStatus) updateNew() {
if !rs.Ready() {
log.Log(WARN, "can't update yet. ready is false")