summaryrefslogtreecommitdiff
path: root/runtime/js/30_fs.js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js/30_fs.js')
-rw-r--r--runtime/js/30_fs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/30_fs.js b/runtime/js/30_fs.js
index fc0bbdca5..19e7f372b 100644
--- a/runtime/js/30_fs.js
+++ b/runtime/js/30_fs.js
@@ -24,7 +24,7 @@ import {
ReadableStreamPrototype,
writableStreamForRid,
} from "internal:deno_web/06_streams.js";
-import { pathFromURL } from "internal:runtime/06_util.js";
+import { pathFromURL } from "internal:deno_web/00_infra.js";
function chmodSync(path, mode) {
ops.op_chmod_sync(pathFromURL(path), mode);