| author | |
| committer | |
| log | 9331da8fe3854c57446574a1afc75e6e0811f610 |
| tree | e4c5076c1b583970ce803d52f970445c00663db1 |
| parent | ca03c9c512f09baff0ea6e44ec665ec6310526c7 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Build/Step/Run.zig+1-1| ... | ... | @@ -1236,7 +1236,7 @@ fn spawnChildAndCollect( |
| 1236 | 1236 | } |
| 1237 | 1237 | |
| 1238 | 1238 | if (run.stdio != .zig_test) { |
| 1239 | child.progress_node = prog_node.start("", 0); | |
| 1239 | child.progress_node = prog_node; | |
| 1240 | 1240 | } |
| 1241 | 1241 | |
| 1242 | 1242 | try child.spawn(); |