mirror of
https://github.com/stablyai/orca.git
synced 2026-09-24 08:02:33 +00:00
9 lines
309 B
Diff
9 lines
309 B
Diff
--- a/src/main/runtime/orca-runtime-refresh-repo-worktree-scan.ts
|
|
+++ b/src/main/runtime/orca-runtime-refresh-repo-worktree-scan.ts
|
|
@@ -155,0 +156,5 @@
|
|
+ invalidateWorktreeCatalog(repoId: string): void {
|
|
+ this.invalidateResolvedWorktreeCache()
|
|
+ this.invalidateWorktreeScanCacheForRepo(repoId)
|
|
+ }
|
|
+
|