summaryrefslogtreecommitdiff
path: root/ext/web/06_streams.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 /ext/web/06_streams.js
parentbb1f5e4262940a966e6314f57a4267514911d262 (diff)
refactor: remove ext/console/01_colors.js (#18927)
Diffstat (limited to 'ext/web/06_streams.js')
-rw-r--r--ext/web/06_streams.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/06_streams.js b/ext/web/06_streams.js
index ac626a209..c8a7b9c47 100644
--- a/ext/web/06_streams.js
+++ b/ext/web/06_streams.js
@@ -78,7 +78,7 @@ const {
WeakMapPrototypeHas,
WeakMapPrototypeSet,
} = primordials;
-import { createFilteredInspectProxy } from "ext:deno_console/02_console.js";
+import { createFilteredInspectProxy } from "ext:deno_console/01_console.js";
import { assert, AssertionError } from "ext:deno_web/00_infra.js";
/** @template T */