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 58e1b6a commit 1ef003dCopy full SHA for 1ef003d
core/src/modes.rs
@@ -42,7 +42,6 @@ pub fn suggestion(data: &mut Data) {
42
data.update_error(msg);
43
44
let retry_message = format!("{}...", t!("retry"));
45
-
46
eprintln!("\n{}\n", retry_message.cyan().bold());
47
}
48
@@ -94,6 +93,8 @@ pub fn cnf(data: &mut Data) {
94
93
.join(" "),
95
);
96
+ let retry_message = format!("{}...", t!("retry"));
97
+ eprintln!("\n{}\n", retry_message.cyan().bold());
98
suggestion(data);
99
100
} else {
0 commit comments