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 f380ca7eb..654895254 100644
--- a/runtime/js/40_files.js
+++ b/runtime/js/40_files.js
@@ -2,7 +2,7 @@
const core = globalThis.Deno.core;
const ops = core.ops;
-import { read, readSync, write, writeSync } from "internal:runtime/js/12_io.js";
+import { read, readSync, write, writeSync } from "internal:deno_io/12_io.js";
import {
fstat,
fstatSync,