mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
fix importing internals twice
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user