mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 17:33:07 +00:00
Kill the child process before waiting in streaming_output
This commit is contained in:
parent
2ec406bf64
commit
168f9adaf5
@ -49,6 +49,7 @@ pub fn streaming_output(
|
||||
}
|
||||
}
|
||||
})?;
|
||||
let _ = child.kill();
|
||||
child.wait()?
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user