| ... | @@ -354,7 +354,7 @@ pub const ChildProcess = struct { | ... | @@ -354,7 +354,7 @@ pub const ChildProcess = struct { |
| 354 | | 354 | |
| 355 | // TODO collect output in a deadlock-avoiding way on Windows. | 355 | // TODO collect output in a deadlock-avoiding way on Windows. |
| 356 | // https://github.com/ziglang/zig/issues/6343 | 356 | // https://github.com/ziglang/zig/issues/6343 |
| 357 | if (builtin.os.tag == .windows or builtin.os.tag == .haiku) { | 357 | if (builtin.os.tag == .haiku) { |
| 358 | const stdout_in = child.stdout.?.reader(); | 358 | const stdout_in = child.stdout.?.reader(); |
| 359 | const stderr_in = child.stderr.?.reader(); | 359 | const stderr_in = child.stderr.?.reader(); |
| 360 | | 360 | |