Skip to content

Commit

Permalink
Cleanup trace client side error display
Browse files Browse the repository at this point in the history
  • Loading branch information
MS-Painter committed Jun 14, 2021
1 parent cba757d commit 59eaa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/subcommand/trace_subcommand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl SubCommandUtil for TraceSubCommand {
}
}
}
Err(e) => println!("{}", e),
Err(e) => println!("{}", e.message()),
}
}
}
Expand Down

0 comments on commit 59eaa95

Please sign in to comment.