summaryrefslogtreecommitdiff
path: root/runtime/js/98_global_scope.js
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2023-04-30 11:11:37 +0200
committerGitHub <noreply@github.com>2023-04-30 09:11:37 +0000
commit59825a95b4d3952c955b8b43e174189999e35d15 (patch)
treeb3ff4c24f5596cc70daac40b578805a61d565c2a /runtime/js/98_global_scope.js
parentbb1f5e4262940a966e6314f57a4267514911d262 (diff)
refactor: remove ext/console/01_colors.js (#18927)
Diffstat (limited to 'runtime/js/98_global_scope.js')
-rw-r--r--runtime/js/98_global_scope.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/98_global_scope.js b/runtime/js/98_global_scope.js
index 911db65cb..1084f5c24 100644
--- a/runtime/js/98_global_scope.js
+++ b/runtime/js/98_global_scope.js
@@ -13,7 +13,7 @@ import * as event from "ext:deno_web/02_event.js";
import * as timers from "ext:deno_web/02_timers.js";
import * as base64 from "ext:deno_web/05_base64.js";
import * as encoding from "ext:deno_web/08_text_encoding.js";
-import * as console from "ext:deno_console/02_console.js";
+import * as console from "ext:deno_console/01_console.js";
import * as caches from "ext:deno_cache/01_cache.js";
import * as compression from "ext:deno_web/14_compression.js";
import * as worker from "ext:runtime/11_workers.js";