Skip to content

Commit

Permalink
Forgot to add the builtin package correctly after moving to base coll…
Browse files Browse the repository at this point in the history
…ection
  • Loading branch information
DanielGavin committed Feb 3, 2024
1 parent 1e87c5b commit 3f38e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/requests.odin
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ request_initialize :: proc(
Add runtime package
*/

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

Expand Down

0 comments on commit 3f38e49

Please sign in to comment.