| ... | @@ -1808,6 +1808,7 @@ pub fn runAllowFail( | ... | @@ -1808,6 +1808,7 @@ pub fn runAllowFail( |
| 1808 | child.stderr_behavior = stderr_behavior; | 1808 | child.stderr_behavior = stderr_behavior; |
| 1809 | child.env_map = &b.graph.env_map; | 1809 | child.env_map = &b.graph.env_map; |
| 1810 | | 1810 | |
| | 1811 | try Step.handleVerbose2(self, null, child.env_map, argv); |
| 1811 | try child.spawn(); | 1812 | try child.spawn(); |
| 1812 | | 1813 | |
| 1813 | const stdout = child.stdout.?.reader().readAllAlloc(b.allocator, max_output_size) catch { | 1814 | const stdout = child.stdout.?.reader().readAllAlloc(b.allocator, max_output_size) catch { |