diff options
Diffstat (limited to 'core/02_error.js')
-rw-r--r-- | core/02_error.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/02_error.js b/core/02_error.js index b29dc9b4e..ffca10a32 100644 --- a/core/02_error.js +++ b/core/02_error.js @@ -2,6 +2,9 @@ "use strict"; ((window) => { + if (globalThis.__bootstrap.core.prepareStackTrace) { + return; + } const core = Deno.core; const ops = core.ops; const { |