aboutsummaryrefslogtreecommitdiff
path: root/src/bun_js.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun_js.zig')
-rw-r--r--src/bun_js.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun_js.zig b/src/bun_js.zig
index e9926f800..fce2108bd 100644
--- a/src/bun_js.zig
+++ b/src/bun_js.zig
@@ -59,6 +59,7 @@ pub const Run = struct {
};
run.vm.argv = ctx.passthrough;
run.vm.arena = &run.arena;
+ run.vm.allocator = arena.allocator();
run.vm.bundler.options.install = ctx.install;
run.vm.bundler.resolver.opts.install = ctx.install;