mirror of
https://github.com/ziglang/zig.git
synced 2026-01-16 12:25:21 +00:00
std.Build.Step.Run: don't create empty progress node
This commit is contained in:
parent
ca03c9c512
commit
9331da8fe3
@ -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…
x
Reference in New Issue
Block a user