mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
13 lines
419 B
Text
13 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]
|