aboutsummaryrefslogtreecommitdiff
path: root/src/bun_js.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/bun_js.zig3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bun_js.zig b/src/bun_js.zig
index 87b618309..118cf00f9 100644
--- a/src/bun_js.zig
+++ b/src/bun_js.zig
@@ -57,10 +57,9 @@ pub const Run = struct {
.ctx = ctx,
.entry_path = entry_path,
};
+ run.vm.argv = ctx.passthrough;
run.vm.arena = &run.arena;
- run.vm.argv = ctx.positionals;
-
if (ctx.debug.macros) |macros| {
run.vm.bundler.options.macro_remap = macros;
}