mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
fix merge conflict from previous commit
This commit is contained in:
parent
03c297eea6
commit
d9e8671d96
1 changed files with 1 additions and 1 deletions
|
|
@ -1808,7 +1808,7 @@ pub fn runAllowFail(
|
|||
child.stderr_behavior = stderr_behavior;
|
||||
child.env_map = &b.graph.env_map;
|
||||
|
||||
try Step.handleVerbose2(self, null, child.env_map, argv);
|
||||
try Step.handleVerbose2(b, null, child.env_map, argv);
|
||||
try child.spawn();
|
||||
|
||||
const stdout = child.stdout.?.reader().readAllAlloc(b.allocator, max_output_size) catch {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue