mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00:00
Revert "Remove ansi_term dependency"
Broke colors
https://github.com/denoland/deno/issues/4112#issuecomment-590545385
This reverts commit c250778704
.
This commit is contained in:
parent
79c6e052ed
commit
4005174f6c
7 changed files with 68 additions and 49 deletions
|
@ -388,6 +388,9 @@ async fn test_command(
|
|||
}
|
||||
|
||||
pub fn main() {
|
||||
#[cfg(windows)]
|
||||
ansi_term::enable_ansi_support().ok(); // For Windows 10
|
||||
|
||||
log::set_logger(&LOGGER).unwrap();
|
||||
let args: Vec<String> = env::args().collect();
|
||||
let flags = flags::flags_from_vec(args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue