blob: 04b15e91a273b312c2a9f47ced8c3f76625d0dc1 (
plain)
1
2
3
4
5
6
7
8
9
|
error: Uncaught (in promise) Error: baz
const baz = new Error("baz", { cause: bar });
^
at file:///[WILDCARD]/error_cause_recursive_tail.ts:3:13
Caused by: Error: bar <ref *1>
at file:///[WILDCARD]/error_cause_recursive_tail.ts:2:13
Caused by: Error: foo
at file:///[WILDCARD]/error_cause_recursive_tail.ts:1:13
Caused by: [Circular *1]
|