mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Kill the child process before waiting in streaming_output
This commit is contained in:
parent
2ec406bf64
commit
168f9adaf5
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ pub fn streaming_output(
|
|||
}
|
||||
}
|
||||
})?;
|
||||
let _ = child.kill();
|
||||
child.wait()?
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue