diff --git a/lib/src/run.rs b/lib/src/run.rs index 32b2c3f..253b89c 100644 --- a/lib/src/run.rs +++ b/lib/src/run.rs @@ -257,7 +257,7 @@ impl ExecHandler { } let mut child = self.child_process.lock()?; - child.kill()?; + child.kill().ok(); let mut command = self.args.shell.to_command(&self.args.cmd); debug!("Assembled command: {:?}", command);