mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
fix: also show retry message in cnf
This commit is contained in:
parent
58e1b6afc1
commit
1ef003d5aa
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ pub fn suggestion(data: &mut Data) {
|
|||
data.update_error(msg);
|
||||
|
||||
let retry_message = format!("{}...", t!("retry"));
|
||||
|
||||
eprintln!("\n{}\n", retry_message.cyan().bold());
|
||||
}
|
||||
}
|
||||
|
|
@ -94,6 +93,8 @@ pub fn cnf(data: &mut Data) {
|
|||
.join(" "),
|
||||
);
|
||||
data.update_error(msg);
|
||||
let retry_message = format!("{}...", t!("retry"));
|
||||
eprintln!("\n{}\n", retry_message.cyan().bold());
|
||||
suggestion(data);
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue