From d9476292929a680e364db403d6fc69cfb893599f Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Wed, 8 Sep 2021 22:14:26 +0100 Subject: fix(ext/web): Preserve stack traces for DOMExceptions (#11959) --- cli/tests/testdata/dom_exception_formatting.ts.out | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') 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] -- cgit v1.2.3