refactor: print client error without formatting
This commit is contained in:
parent
9ce39ebb67
commit
a0fda6f285
@ -110,7 +110,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
server.as_ref(),
|
||||
)
|
||||
.await;
|
||||
eprintln!("{error:?}");
|
||||
eprintln!("{error}");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user