Skip to content

Commit

Permalink
fix: trying to install color eyre twice
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Dec 21, 2024
1 parent 0240361 commit 2fd2cac
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 @@ -100,7 +100,6 @@ impl State {
}

fn init_in_term(&self) -> Result<(), Report> {
color_eyre::install()?;
setup_logging(&self.args)?;

#[cfg(feature = "update-informer")]
Expand Down

0 comments on commit 2fd2cac

Please sign in to comment.