From d331c4b283cf52614c519b1e9a3883e46dc25aab Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Mon, 6 Sep 2021 21:59:20 +0100 Subject: fix(ext/web): Format terminal DOMExceptions properly (#11834) --- cli/tests/testdata/dom_exception_formatting.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/testdata/dom_exception_formatting.ts (limited to 'cli/tests/testdata/dom_exception_formatting.ts') diff --git a/cli/tests/testdata/dom_exception_formatting.ts b/cli/tests/testdata/dom_exception_formatting.ts new file mode 100644 index 000000000..0209ec81e --- /dev/null +++ b/cli/tests/testdata/dom_exception_formatting.ts @@ -0,0 +1 @@ +throw new DOMException("foo", "SyntaxError"); -- cgit v1.2.3