Merge pull request #2764 from Hmbown/codex/fix-windows-shellchild-kill-dead-code

fix(tui): gate shell child kill helper off Windows
This commit is contained in:
Hunter Bown
2026-06-04 19:31:22 -07:00
committed by GitHub
+1
View File
@@ -396,6 +396,7 @@ impl ShellChild {
}
}
#[cfg(not(windows))]
fn kill(&mut self) -> std::io::Result<()> {
match self {
#[cfg(unix)]