feat: install error trap from color_eyre
This commit is contained in:
parent
d388d2bc5a
commit
d0b6f9a1fc
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