Skip to content

Commit 972879c

Browse files
committed
fix windows
1 parent 482a74f commit 972879c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/chat-cli/src/cli/chat/tools/delegate.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ pub async fn status_all_agents(os: &Os) -> Result<String> {
455455
}
456456
}
457457

458+
#[allow(unused_variables)]
458459
fn is_process_alive(pid: u32) -> bool {
459460
#[cfg(unix)]
460461
{

0 commit comments

Comments
 (0)