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