mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
12 lines
419 B
Text
12 lines
419 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
|
|
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: Error: bar
|
|
at file:///[WILDCARD]/error_cause_recursive_tail.ts:2:13
|
|
[WILDCARD]
|