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 6f708c71f..04ac50670 100644 --- a/ext/console/02_console.js +++ b/ext/console/02_console.js @@ -118,7 +118,7 @@ const { WeakMapPrototype, WeakSetPrototype, } = primordials; -import * as colors from "internal:deno_console/01_colors.js"; +import * as colors from "ext:deno_console/01_colors.js"; function isInvalidDate(x) { return isNaN(DatePrototypeGetTime(x)); |