deno 1.24.3

Provides the deno executable
1
2
3
4
5
6
7
error: Uncaught (in worker "foo") (in promise) Error: bar
  throw new Error("bar");
        ^
    at [WILDCARD]/async_error.ts:[WILDCARD]
    at [WILDCARD]/async_error.ts:[WILDCARD]
error: Uncaught (in promise) Error: Unhandled error in child worker.
    at Worker.#pollControl ([WILDCARD])