fix: not printing stderr

This commit is contained in:
iff 2023-08-09 20:47:28 +02:00
parent 60616750ea
commit 0644b279a2
2 changed files with 25 additions and 10 deletions

View file

@ -58,7 +58,7 @@ fn main() {
let retry_message =
format!("{}", "Looking for new suggestion...".cyan().bold());
println!("\n{} {}", "ERROR:".red().bold(), msg);
// println!("\n{} {}", "ERROR:".red().bold(), msg);
println!("\n{}\n", retry_message);
}
} else {