Skip to content

Commit aaf31d8

Browse files
author
replydev
committed
Fix release building
1 parent 4096e60 commit aaf31d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fn init_ctrlc_handler(lines: usize){
3737
#[cfg(not(debug_assertions))]
3838
fn init_ctrlc_handler(lines: usize){
3939
ctrlc::set_handler(move || {
40-
utils::clear_lines(lines + 6);
40+
utils::clear_lines(lines + 6,true);
4141
std::process::exit(0);
4242
}).expect("Failed to initialize ctrl-c handler");
4343
}

0 commit comments

Comments
 (0)