diff options
author | 2023-06-04 19:05:42 -0700 | |
---|---|---|
committer | 2023-06-04 19:05:42 -0700 | |
commit | 2a64e8b3bb2edcce4bae60d0e1e8c48128203233 (patch) | |
tree | 1da9b2797bc14b2ed71774197a408047f337b4ff /src/cli/test_command.zig | |
parent | fde3b7fbb698923f4464af2441c71b8e8411a340 (diff) | |
download | bun-2a64e8b3bb2edcce4bae60d0e1e8c48128203233.tar.gz bun-2a64e8b3bb2edcce4bae60d0e1e8c48128203233.tar.zst bun-2a64e8b3bb2edcce4bae60d0e1e8c48128203233.zip |
fixup
Diffstat (limited to 'src/cli/test_command.zig')
-rw-r--r-- | src/cli/test_command.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/test_command.zig b/src/cli/test_command.zig index 912558837..b9acc40cf 100644 --- a/src/cli/test_command.zig +++ b/src/cli/test_command.zig @@ -476,7 +476,7 @@ pub const TestCommand = struct { // in the future we should investigate if refactoring this to not // rely on the dir fd yields a performance improvement true, - .inspector = if (ctx.debug.inspect_break) .breakpoint else .none, + .inspector = ctx.debug.inspector, }, ); vm.argv = ctx.passthrough; |