Commit cd82547
committed
core: Tone down
The display impl of the error prints a stack trace, which is not
particularly helpful given it is usually a user error.
Use the alternate format (`{:#}`) instead, which makes anyhow display a
single line and no backtrace.MessageExecutionError
1 parent 5770386 commit cd82547
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments