Skip to content

Commit

Permalink
refactor: provide debug error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Dec 22, 2024
1 parent 7a18740 commit 64a6489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messages/events/local/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ impl ErrorEvent {

impl OnEvent for ErrorEvent {
fn on_event(self, _ctx: &mut EventContext) -> crate::Result<()> {
eprintln!("Error: {}", self.error);
eprintln!("Error: {:?}", self.error);

Ok(())
}
Expand Down

0 comments on commit 64a6489

Please sign in to comment.