diff options
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; |