fix(ext/fetch): Connect async error stack with user code (#13899)

This commit is contained in:
Nayeem Rahman 2022-03-22 17:08:33 +00:00 committed by GitHub
parent f81334d5bd
commit d2c099ce34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 2 deletions

View file

@ -0,0 +1 @@
await fetch("https://nonexistent.deno.land/");