summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/worker_async_error.ts.out
blob: 16f6a6b84e906ad2d9a1524551807edf0906c32e (plain)
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])