mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
11 lines
370 B
Text
11 lines
370 B
Text
[WILDCARD]
|
|
error: Uncaught 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]
|
|
[WILDCARD]
|