fix(tui): gate shell child kill helper off Windows

This commit is contained in:
Hunter B
2026-06-04 19:30:38 -07:00
parent b3bdd6ecfc
commit 494c8a5351
+1
View File
@@ -396,6 +396,7 @@ impl ShellChild {
}
}
#[cfg(not(windows))]
fn kill(&mut self) -> std::io::Result<()> {
match self {
#[cfg(unix)]