mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.Build.Step.Run: don't create empty progress node
This commit is contained in:
parent
ca03c9c512
commit
9331da8fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -1236,7 +1236,7 @@ fn spawnChildAndCollect(
|
|||
}
|
||||
|
||||
if (run.stdio != .zig_test) {
|
||||
child.progress_node = prog_node.start("", 0);
|
||||
child.progress_node = prog_node;
|
||||
}
|
||||
|
||||
try child.spawn();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue