blob: 155ef656e2e89cee74816269c4fb70d55b684922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[WILDCARD]
error: Uncaught Error: foo
throw new Error("foo", { cause: new Error("bar", { cause: "deno" }) });
^
at a (file:///[WILDCARD]/error_cause.ts:2:9)
at b (file:///[WILDCARD]/error_cause.ts:6:3)
at c (file:///[WILDCARD]/error_cause.ts:10:3)
at file:///[WILDCARD]/error_cause.ts:13:1
Caused by: Uncaught Error: bar
throw new Error("foo", { cause: new Error("bar", { cause: "deno" }) });
^
at a (file:///[WILDCARD]/error_cause.ts:2:35)
at b (file:///[WILDCARD]/error_cause.ts:6:3)
at c (file:///[WILDCARD]/error_cause.ts:10:3)
at file:///[WILDCARD]/error_cause.ts:13:1
Caused by: Uncaught deno
[WILDCARD]
|