mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 13:44:47 +00:00
fix(ext/fetch): Connect async error stack with user code (#13899)
This commit is contained in:
parent
f81334d5bd
commit
d2c099ce34
4 changed files with 28 additions and 2 deletions
1
cli/tests/testdata/fetch_async_error_stack.ts
vendored
Normal file
1
cli/tests/testdata/fetch_async_error_stack.ts
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
await fetch("https://nonexistent.deno.land/");
|
Loading…
Add table
Add a link
Reference in a new issue