summaryrefslogtreecommitdiff
path: root/tests/specs/worker/worker_async_error/async_error.ts
blob: 154b957b111b1e3418374e04ab65b7dba38c91bd (plain)
1
2
3
4
// deno-lint-ignore require-await
(async () => {
  throw new Error("bar");
})();