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 72b7f8de9..79f1c2596 100644
--- a/src/bun_js.zig
+++ b/src/bun_js.zig
@@ -151,6 +151,7 @@ pub const Run = struct {
ctx.log,
null,
ctx.debug.hot_reload != .none,
+ ctx.runtime_options.smol,
),
.arena = arena,
.ctx = ctx,