diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-04-30 11:11:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-30 09:11:37 +0000 |
commit | 59825a95b4d3952c955b8b43e174189999e35d15 (patch) | |
tree | b3ff4c24f5596cc70daac40b578805a61d565c2a /cli | |
parent | bb1f5e4262940a966e6314f57a4267514911d262 (diff) |
refactor: remove ext/console/01_colors.js (#18927)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/js/40_testing.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |