summaryrefslogtreecommitdiff
path: root/tests/testdata/workers/error_event.ts.out
blob: 833cca8bedf2016b2688cc3df4f44e7844831e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: Uncaught (in worker "") (in promise) Error: foo
  throw new Error("foo");
        ^
    at foo ([WILDCARD]/error.ts:2:9)
    at [WILDCARD]/error.ts:5:1
{
  message: "Uncaught (in promise) Error: foo",
  filename: "[WILDCARD]/error.ts",
  lineno: 2,
  colno: 9
}
error: Uncaught (in promise) Error: Unhandled error in child worker.
    at [WILDCARD]