diff options
Diffstat (limited to 'src/bin/jvv.rs')
| -rw-r--r-- | src/bin/jvv.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bin/jvv.rs b/src/bin/jvv.rs index 6c3258a..9f80e0e 100644 --- a/src/bin/jvv.rs +++ b/src/bin/jvv.rs @@ -189,10 +189,7 @@ async fn main() { // Init colored #[cfg(windows)] - if let Err(err) = colored::control::set_virtual_terminal(true) { - eprintln!("{}", t!("jvv.fail.colored_control", err = err.to_string())); - return; - } + let _ = colored::control::set_virtual_terminal(true); let Ok(parser) = JustEnoughVcsVault::try_parse() else { println!("{}", md(t!("jvv.help"))); |
