Skip to content

Commit

Permalink
Merge pull request #6807 from roc-lang/fix-platform-header-root
Browse files Browse the repository at this point in the history
Fix platform root module flag
  • Loading branch information
agu-z authored Jun 13, 2024
2 parents a6f1408 + facae9d commit 5d09479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/compiler/load_internal/src/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4268,7 +4268,7 @@ fn parse_header<'a>(
let (module_id, _, header) = build_platform_header(
arena,
None,
false,
is_root_module,
None,
filename,
parse_state,
Expand Down

0 comments on commit 5d09479

Please sign in to comment.