diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-09-08 22:14:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 23:14:26 +0200 |
commit | d9476292929a680e364db403d6fc69cfb893599f (patch) | |
tree | 49e6a78f550232bf6175e6232ecbc96a107b06c4 /cli/tests | |
parent | b31dad89a6090216361275e3cc310d10216cae65 (diff) |
fix(ext/web): Preserve stack traces for DOMExceptions (#11959)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/dom_exception_formatting.ts.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/dom_exception_formatting.ts.out b/cli/tests/testdata/dom_exception_formatting.ts.out index 2a815eac1..bcdd714ea 100644 --- a/cli/tests/testdata/dom_exception_formatting.ts.out +++ b/cli/tests/testdata/dom_exception_formatting.ts.out @@ -1,2 +1,3 @@ [WILDCARD]error: Uncaught SyntaxError: foo [WILDCARD] + at file:///[WILDCARD]/dom_exception_formatting.ts:[WILDCARD] |