summaryrefslogtreecommitdiff
path: root/cli/util/progress_bar
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-02-07 11:25:14 -0500
committerGitHub <noreply@github.com>2024-02-07 11:25:14 -0500
commit83d72e5c1c0b983f4b63f3f64f9a1de7600985f4 (patch)
tree49dfd980df2fce512fa13c3650d1c45a3e500a51 /cli/util/progress_bar
parenta32e7f0eb23fa17f5af2fc4c8abfd79762934244 (diff)
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
Diffstat (limited to 'cli/util/progress_bar')
-rw-r--r--cli/util/progress_bar/renderer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/util/progress_bar/renderer.rs b/cli/util/progress_bar/renderer.rs
index aed4c54b9..a8eb07636 100644
--- a/cli/util/progress_bar/renderer.rs
+++ b/cli/util/progress_bar/renderer.rs
@@ -2,7 +2,7 @@
use std::time::Duration;
-use deno_runtime::colors;
+use deno_terminal::colors;
use crate::util::display::human_download_size;