From 59825a95b4d3952c955b8b43e174189999e35d15 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Sun, 30 Apr 2023 11:11:37 +0200 Subject: refactor: remove ext/console/01_colors.js (#18927) --- cli/js/40_testing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/40_testing.js') diff --git a/cli/js/40_testing.js b/cli/js/40_testing.js index 555f5f1fe..8afcb74ee 100644 --- a/cli/js/40_testing.js +++ b/cli/js/40_testing.js @@ -3,7 +3,7 @@ const core = globalThis.Deno.core; const ops = core.ops; import { setExitHandler } from "ext:runtime/30_os.js"; -import { Console } from "ext:deno_console/02_console.js"; +import { Console } from "ext:deno_console/01_console.js"; import { serializePermissions } from "ext:runtime/10_permissions.js"; import { assert } from "ext:deno_web/00_infra.js"; const primordials = globalThis.__bootstrap.primordials; -- cgit v1.2.3