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