Return error when kill didn't terminate successfully (#6354)

* Return error when `kill` didn't terminate successfully

Signed-off-by: nibon7 <nibon7@163.com>

* add test

Signed-off-by: nibon7 <nibon7@163.com>

Signed-off-by: nibon7 <nibon7@163.com>
This commit is contained in:
nibon7
2022-08-19 00:58:51 +08:00
committed by GitHub
parent 2b955f82b7
commit 529c98085a
4 changed files with 40 additions and 2 deletions

View File

@ -48,6 +48,7 @@ mod open;
mod p;
mod parse;
mod path;
mod platform;
mod prepend;
mod print;
#[cfg(feature = "database")]