diff options
Diffstat (limited to 'runtime/js/40_process.js')
-rw-r--r-- | runtime/js/40_process.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/js/40_process.js b/runtime/js/40_process.js index 14c31fa8d..c33ce1c04 100644 --- a/runtime/js/40_process.js +++ b/runtime/js/40_process.js @@ -5,7 +5,8 @@ const core = window.Deno.core; const { FsFile } = window.__bootstrap.files; const { readAll } = window.__bootstrap.io; - const { assert, pathFromURL } = window.__bootstrap.util; + const { pathFromURL } = window.__bootstrap.util; + const { assert } = window.__bootstrap.infra; const { ArrayPrototypeMap, TypeError, |