deno_cli_lib_windmill 0.104.0

Deno cli lib for the needs of windmill
1
2
3
4
5
6
7
8
9
10
11
[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]