Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Feb 16, 2020
1 parent 805548d commit 96f1434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ fn setup_logfile(logfile_path: &Path) {
.unwrap();
}

// We need to catch panics since we need to close the terminal before logging any error messages to
// the screen.
// We need to catch panics since we need to close the UI and cleanup the terminal before logging any
// error messages to the screen.
fn setup_panic_hook() {
panic::set_hook(Box::new(|panic_info| {
cleanup_terminal();
Expand Down

0 comments on commit 96f1434

Please sign in to comment.