Skip to content

Commit

Permalink
fix panic hook
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Dec 6, 2024
1 parent 8e0bd51 commit 8b97cd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,3 @@ fn panic_hook(info: &PanicHookInfo<'_>) {
execute!(io::stdout(), LeaveAlternateScreen, DisableMouseCapture).unwrap();
print_msg(file_path, &meta).expect("human-panic: printing error message to console failed");
}

0 comments on commit 8b97cd2

Please sign in to comment.