diff options
Diffstat (limited to 'ext/console/02_console.js')
-rw-r--r-- | ext/console/02_console.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/console/02_console.js b/ext/console/02_console.js index 22524e6b9..0bafd532d 100644 --- a/ext/console/02_console.js +++ b/ext/console/02_console.js @@ -116,7 +116,7 @@ const { WeakMapPrototype, WeakSetPrototype, } = primordials; -import * as colors from "internal:ext/console/01_colors.js"; +import * as colors from "internal:deno_console/01_colors.js"; function isInvalidDate(x) { return isNaN(DatePrototypeGetTime(x)); |