summaryrefslogtreecommitdiff
path: root/runtime/js/01_errors.js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js/01_errors.js')
-rw-r--r--runtime/js/01_errors.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/js/01_errors.js b/runtime/js/01_errors.js
index d59bd7adb..844a8872a 100644
--- a/runtime/js/01_errors.js
+++ b/runtime/js/01_errors.js
@@ -3,6 +3,7 @@
((window) => {
const core = window.Deno.core;
+ const { Error } = window.__bootstrap.primordials;
const { BadResource, Interrupted } = core;
class NotFound extends Error {