diff options
Diffstat (limited to 'cli/lib.rs')
-rw-r--r-- | cli/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lib.rs b/cli/lib.rs index 25c4b33a0..33844baef 100644 --- a/cli/lib.rs +++ b/cli/lib.rs @@ -389,7 +389,7 @@ async fn test_command( pub fn main() { #[cfg(windows)] - ansi_term::enable_ansi_support().ok(); // For Windows 10 + colors::enable_ansi(); // For Windows 10 log::set_logger(&LOGGER).unwrap(); let args: Vec<String> = env::args().collect(); |