Skip to content

Commit

Permalink
Update test_command.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Nov 17, 2024
1 parent 189bda0 commit 74457e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli/test_command.zig
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,9 @@ pub const TestCommand = struct {

// Start the debugger before we scan for files
// But, don't block the main thread waiting if they used --inspect-wait.
//
try vm.ensureDebugger(false);

const test_files, const search_count = scan: {
if (for (ctx.positionals) |arg| {
if (std.fs.path.isAbsolute(arg) or
Expand Down

0 comments on commit 74457e3

Please sign in to comment.