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
12
13
error: Uncaught (in worker "") Error: foo
  throw new Error("foo");
        ^
    at foo ([WILDCARD]/error.ts:2:9)
    at [WILDCARD]/error.ts:5:1
{
  message: "Uncaught Error: foo",
  filename: "[WILDCARD]/error.ts",
  lineno: 2,
  colno: 9
}
error: Uncaught (in promise) Error: Unhandled error in child worker.
    at [WILDCARD]