summaryrefslogtreecommitdiff
path: root/runtime/js/40_files.js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js/40_files.js')
-rw-r--r--runtime/js/40_files.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/40_files.js b/runtime/js/40_files.js
index 98c569a09..f380ca7eb 100644
--- a/runtime/js/40_files.js
+++ b/runtime/js/40_files.js
@@ -13,7 +13,7 @@ import { pathFromURL } from "internal:runtime/js/06_util.js";
import {
readableStreamForRid,
writableStreamForRid,
-} from "internal:ext/web/06_streams.js";
+} from "internal:deno_web/06_streams.js";
const primordials = globalThis.__bootstrap.primordials;
const {
ArrayPrototypeFilter,