From e55dee7fd894f705a0268a4734b00197021f0617 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Sat, 19 Mar 2022 13:57:37 +0100 Subject: refactor: cleanup assert() & AssertionError definitions (#13859) --- runtime/js/40_process.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/js/40_process.js') 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, -- cgit v1.2.3