diff options
author | 2023-06-04 19:05:42 -0700 | |
---|---|---|
committer | 2023-06-04 19:05:42 -0700 | |
commit | 2a64e8b3bb2edcce4bae60d0e1e8c48128203233 (patch) | |
tree | 1da9b2797bc14b2ed71774197a408047f337b4ff /src/bun_js.zig | |
parent | fde3b7fbb698923f4464af2441c71b8e8411a340 (diff) | |
download | bun-2a64e8b3bb2edcce4bae60d0e1e8c48128203233.tar.gz bun-2a64e8b3bb2edcce4bae60d0e1e8c48128203233.tar.zst bun-2a64e8b3bb2edcce4bae60d0e1e8c48128203233.zip |
fixup
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, }, ), |