diff --git a/crates/tui/src/tools/shell.rs b/crates/tui/src/tools/shell.rs index 78c97333..c8eacca9 100644 --- a/crates/tui/src/tools/shell.rs +++ b/crates/tui/src/tools/shell.rs @@ -396,6 +396,7 @@ impl ShellChild { } } + #[cfg(not(windows))] fn kill(&mut self) -> std::io::Result<()> { match self { #[cfg(unix)]