feat: install error trap from color_eyre
This commit is contained in:
parent
4e12348d30
commit
111d9c2090
1 changed files with 2 additions and 0 deletions
|
@ -4,5 +4,7 @@ use color_eyre::Result;
|
|||
#[tokio::main]
|
||||
#[cfg_attr(test, mutants::skip)]
|
||||
async fn main() -> Result<()> {
|
||||
color_eyre::install()?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue