From 20a89d46c4af091f30daf0df20b12c91962f9b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 30 Jul 2022 16:09:42 +0200 Subject: fix(core): BorrowMutError in nested error (#15352) --- cli/tests/testdata/nested_error.ts.out | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cli/tests/testdata/nested_error.ts.out (limited to 'cli/tests/testdata/nested_error.ts.out') diff --git a/cli/tests/testdata/nested_error.ts.out b/cli/tests/testdata/nested_error.ts.out new file mode 100644 index 000000000..042a179ff --- /dev/null +++ b/cli/tests/testdata/nested_error.ts.out @@ -0,0 +1,4 @@ +error: Uncaught { + foo: Error + at file:///[WILDCARD]testdata/nested_error.ts:2:8 +} -- cgit v1.2.3