Commit d57e0ac 1 parent 33284ac commit d57e0ac Copy full SHA for d57e0ac
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ fn main() {
31
31
}
32
32
33
33
if let Err ( report) = cli:: start_cli ( ) {
34
- eprintln ! ( "{report}" ) ;
34
+ eprintln ! ( "{report:# }" ) ;
35
35
std:: process:: exit ( 1 ) ;
36
36
}
37
37
}
Original file line number Diff line number Diff line change 2
2
3
3
fn main ( ) {
4
4
if let Err ( report) = cli:: start_cli ( ) {
5
- eprintln ! ( "{report:? }" ) ;
5
+ eprintln ! ( "{report:# }" ) ;
6
6
std:: process:: exit ( 1 ) ;
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ fn main() {
28
28
panic_hook. install ( ) ;
29
29
30
30
if let Err ( report) = cli:: start_cli ( ) {
31
- eprintln ! ( "{report}" ) ;
31
+ eprintln ! ( "{report:# }" ) ;
32
32
std:: process:: exit ( 1 ) ;
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ fn main() {
33
33
}
34
34
35
35
if let Err ( report) = cli:: start_cli ( ) {
36
- eprintln ! ( "{report}" ) ;
36
+ eprintln ! ( "{report:# }" ) ;
37
37
std:: process:: exit ( 1 ) ;
38
38
}
39
39
}
You can’t perform that action at this time.
0 commit comments