mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-13 15:00:15 +01:00
fix: not printing stderr
This commit is contained in:
parent
60616750ea
commit
0644b279a2
2 changed files with 25 additions and 10 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue