mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +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()?
|
child.wait()?
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue