summaryrefslogtreecommitdiff
path: root/runtime/js/40_process.js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js/40_process.js')
-rw-r--r--runtime/js/40_process.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/40_process.js b/runtime/js/40_process.js
index 87e898b56..a949e48ed 100644
--- a/runtime/js/40_process.js
+++ b/runtime/js/40_process.js
@@ -5,7 +5,7 @@ const ops = core.ops;
import { FsFile } from "internal:runtime/js/40_files.js";
import { readAll } from "internal:runtime/js/12_io.js";
import { pathFromURL } from "internal:runtime/js/06_util.js";
-import { assert } from "internal:ext/web/00_infra.js";
+import { assert } from "internal:deno_web/00_infra.js";
const primordials = globalThis.__bootstrap.primordials;
const {
ArrayPrototypeMap,