Skip to content

Commit 8b97cd2

Browse files
committed
fix panic hook
1 parent 8e0bd51 commit 8b97cd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,3 @@ fn panic_hook(info: &PanicHookInfo<'_>) {
222222
execute!(io::stdout(), LeaveAlternateScreen, DisableMouseCapture).unwrap();
223223
print_msg(file_path, &meta).expect("human-panic: printing error message to console failed");
224224
}
225-

0 commit comments

Comments
 (0)