refactor: remove ext/console/01_colors.js (#18927)

This commit is contained in:
Leo Kettmeir 2023-04-30 11:11:37 +02:00 committed by GitHub
parent bb1f5e4262
commit 59825a95b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 34 additions and 130 deletions

View file

@ -48,7 +48,7 @@ const {
TypeError,
Uint8Array,
} = primordials;
import { createFilteredInspectProxy } from "ext:deno_console/02_console.js";
import { createFilteredInspectProxy } from "ext:deno_console/01_console.js";
// TODO(lucacasonato): this needs to not be hardcoded and instead depend on
// host os.