mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
parent
c07d6e4c17
commit
e919fbea9f
@ -993,7 +993,7 @@ fn spawnChildAndCollect(
|
||||
if (self.captured_stdout != null) child.stdout_behavior = .Pipe;
|
||||
if (self.captured_stderr != null) child.stderr_behavior = .Pipe;
|
||||
if (self.stdin != .none) {
|
||||
assert(child.stdin_behavior != .Inherit);
|
||||
assert(self.stdio != .inherit);
|
||||
child.stdin_behavior = .Pipe;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user