diff options
Diffstat (limited to 'src/bun_js.zig')
-rw-r--r-- | src/bun_js.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun_js.zig b/src/bun_js.zig index 16b086731..d7a88e4af 100644 --- a/src/bun_js.zig +++ b/src/bun_js.zig @@ -150,7 +150,7 @@ pub const Run = struct { .{ .log = ctx.log, .store_fd = ctx.debug.hot_reload != .none, - .inspector = ctx.debug.inspect_break != .none, + .inspector = ctx.debug.inspector, .env_loader = null, }, ), |