We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e465359 commit 152cdd8Copy full SHA for 152cdd8
1 file changed
src/mako/cli/main.rs.mako
@@ -52,7 +52,7 @@ fn main() {
52
},
53
DoitError::ApiError(err) => {
54
if debug {
55
- writeln!(io::stderr(), "{:?}", err).ok();
+ writeln!(io::stderr(), "{:#?}", err).ok();
56
} else {
57
writeln!(io::stderr(), "{}", err).ok();
58
}
0 commit comments