aboutsummaryrefslogtreecommitdiff
path: root/src/cli/test_command.zig
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-06-04 19:05:42 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-06-04 19:05:42 -0700
commit2a64e8b3bb2edcce4bae60d0e1e8c48128203233 (patch)
tree1da9b2797bc14b2ed71774197a408047f337b4ff /src/cli/test_command.zig
parentfde3b7fbb698923f4464af2441c71b8e8411a340 (diff)
downloadbun-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.zig2
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;