mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 06:04:48 +00:00
fix(runtime/js/workers): throw errors instead of using an op (#12249)
This commit is contained in:
parent
c0b6c0eea5
commit
b354eaa247
23 changed files with 74 additions and 74 deletions
4
cli/tests/testdata/workers/async_error.ts
vendored
Normal file
4
cli/tests/testdata/workers/async_error.ts
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
// deno-lint-ignore require-await
|
||||
(async () => {
|
||||
throw new Error("bar");
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue