Skip to content

Commit 3f38e49

Browse files
committed
Forgot to add the builtin package correctly after moving to base collection
1 parent 1e87c5b commit 3f38e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/requests.odin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ request_initialize :: proc(
757757
Add runtime package
758758
*/
759759

760-
if core, ok := config.collections["core"]; ok {
760+
if core, ok := config.collections["base"]; ok {
761761
append(&indexer.builtin_packages, path.join({core, "runtime"}))
762762
}
763763

0 commit comments

Comments
 (0)