Skip to content

Commit e391d58

Browse files
committed
fix: 🐛 Codebase Indexing was not starting on load
1 parent dd8d00a commit e391d58

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)