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:
@@ -396,6 +396,7 @@ impl ShellChild {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(not(windows))]
|
||||
fn kill(&mut self) -> std::io::Result<()> {
|
||||
match self {
|
||||
#[cfg(unix)]
|
||||
|
||||
Reference in New Issue
Block a user