fix(cli): remove double print of generate errors
This commit is contained in:
parent
5a854e6030
commit
cbf960ff20
1 changed files with 1 additions and 1 deletions
|
|
@ -1636,7 +1636,7 @@ fn main() {
|
|||
}
|
||||
}
|
||||
if !err.to_string().is_empty() {
|
||||
eprintln!("{err:?}");
|
||||
eprintln!("{err}");
|
||||
}
|
||||
std::process::exit(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue