Skip to content

Commit

Permalink
Fix the issue where it gets blocked when using stdio stream mode. (#1176
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jm-observer authored Nov 17, 2024
1 parent 23ca152 commit c06be2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/codelldb/src/terminal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl Terminal {
#[cfg(windows)]
pub fn detach_console(&self) {
unsafe {
dbg!(winapi::um::wincon::FreeConsole());
winapi::um::wincon::FreeConsole();
}
}
}

0 comments on commit c06be2e

Please sign in to comment.