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 /ext/fetch/23_response.js | |
parent | bb1f5e4262940a966e6314f57a4267514911d262 (diff) |
refactor: remove ext/console/01_colors.js (#18927)
Diffstat (limited to 'ext/fetch/23_response.js')
-rw-r--r-- | ext/fetch/23_response.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/23_response.js b/ext/fetch/23_response.js index ffbfe4936..86799252b 100644 --- a/ext/fetch/23_response.js +++ b/ext/fetch/23_response.js @@ -12,7 +12,7 @@ const core = globalThis.Deno.core; import * as webidl from "ext:deno_webidl/00_webidl.js"; -import { createFilteredInspectProxy } from "ext:deno_console/02_console.js"; +import { createFilteredInspectProxy } from "ext:deno_console/01_console.js"; import { byteLowerCase, HTTP_TAB_OR_SPACE, |