mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
get node:fs tests passing part 1 (#16270)
This commit is contained in:
@@ -29,7 +29,7 @@ pub const FallbackModule = struct {
|
||||
return @embedFile(code_path);
|
||||
}
|
||||
|
||||
return bun.runtimeEmbedFile(.codegen_eager, code_path);
|
||||
return bun.runtimeEmbedFile(.codegen, code_path);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user