This commit is contained in:
2025-02-19 05:53:29 +03:00
parent 0880823576
commit 49af31776e
4 changed files with 84 additions and 51 deletions

View File

@@ -46,7 +46,6 @@ fn (mut repo GitRepo) load() ! {
repo.has_changes = repo.detect_changes() or {
return error('Failed to detect changes in repository ${repo.name}: ${err}')
}
repo.cache_set() or {
return error('Failed to update cache for repository ${repo.name}: ${err}')
}