| author | |
| committer | |
| log | d136c795affe9d3a7522eefe3ccc098a52434de0 |
| tree | a18ed7658b9e1210a54201d841a0a954f3ed4c85 |
| parent | 8f627593ebb7ce073e43f06235fe1d9b9c1a1579 |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/build/run.zig+1-1| ... | ... | @@ -185,7 +185,7 @@ pub const RunStep = struct { |
| 185 | 185 | }; |
| 186 | 186 | |
| 187 | 187 | var stderr: []const u8 = undefined; |
| 188 | switch (self.stdout_behavior) { | |
| 188 | switch (self.stderr_action) { | |
| 189 | 189 | .expect_exact, .expect_matches => { |
| 190 | 190 | var stderr_file_in_stream = child.stderr.?.inStream(); |
| 191 | 191 | stderr = stderr_file_in_stream.stream.readAllAlloc(self.builder.allocator, max_stdout_size) catch unreachable; |