summaryrefslogtreecommitdiff
path: root/ext/web/09_file.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web/09_file.js')
-rw-r--r--ext/web/09_file.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/09_file.js b/ext/web/09_file.js
index dccb20611..8f0072e05 100644
--- a/ext/web/09_file.js
+++ b/ext/web/09_file.js
@@ -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.