Skip to content

Commit f2f512f

Browse files
committed
std.Build.Step.Run: don't create empty progress node
1 parent a0c6e72 commit f2f512f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Build/Step/Run.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ fn spawnChildAndCollect(
12361236
}
12371237

12381238
if (run.stdio != .zig_test) {
1239-
child.progress_node = prog_node.start("", 0);
1239+
child.progress_node = prog_node;
12401240
}
12411241

12421242
try child.spawn();

0 commit comments

Comments
 (0)