Skip to content

Commit

Permalink
fix importing internals twice
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Jan 14, 2025
1 parent 01c83cd commit cc8ec65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime.zig
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pub const Runtime = struct {
return if (Environment.codegen_embed)
@embedFile("runtime.out.js")
else
bun.runtimeEmbedFile(.src_eager, "runtime.out.js");
bun.runtimeEmbedFile(.src, "runtime.out.js");
}

pub fn versionHash() u32 {
Expand Down

0 comments on commit cc8ec65

Please sign in to comment.