Skip to content

Commit 3c5332a

Browse files
Merge pull request #5993 from chezsmithy/fix-codebase-indexing-not-starting
fix: 🐛 Codebase indexing is not starting on load
2 parents dd8d00a + e391d58 commit 3c5332a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class Core {
184184
return;
185185
}
186186

187-
await this.codeBaseIndexer.refreshCodebaseIndex(dirs);
187+
void this.codeBaseIndexer.refreshCodebaseIndex(dirs);
188188
});
189189
});
190190

0 commit comments

Comments
 (0)