diff options
author | Tomohito Nakayama <nkym.tmht@gmail.com> | 2019-09-16 03:48:25 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-15 14:48:25 -0400 |
commit | a93b29007f1b231fc2a5904d21e1fed354ff9e21 (patch) | |
tree | 3efb1193cdabb22eaedb8a0e23dcf5070badc839 /cli/deno_error.rs | |
parent | 4556a38ed97c6e5fdeb1fab5ef07329d8285273c (diff) |
Rename ansi.rs to colors.rs (#2956)
Diffstat (limited to 'cli/deno_error.rs')
-rw-r--r-- | cli/deno_error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/deno_error.rs b/cli/deno_error.rs index 71e5ac806..2066d9c52 100644 --- a/cli/deno_error.rs +++ b/cli/deno_error.rs @@ -299,7 +299,7 @@ impl GetErrorKind for dyn AnyError { #[cfg(test)] mod tests { use super::*; - use crate::ansi::strip_ansi_codes; + use crate::colors::strip_ansi_codes; use crate::diagnostics::Diagnostic; use crate::diagnostics::DiagnosticCategory; use crate::diagnostics::DiagnosticItem; |