summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/fetch_async_error_stack.ts
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2022-03-22 17:08:33 +0000
committerGitHub <noreply@github.com>2022-03-22 18:08:33 +0100
commitd2c099ce34bd46a002797c57d4bc76ddf0b2b119 (patch)
treeabc425347fdce23c0fa9d35a429138122ad8d28c /cli/tests/testdata/fetch_async_error_stack.ts
parentf81334d5bd1df723b1543dd906bd5672808bc75f (diff)
fix(ext/fetch): Connect async error stack with user code (#13899)
Diffstat (limited to 'cli/tests/testdata/fetch_async_error_stack.ts')
-rw-r--r--cli/tests/testdata/fetch_async_error_stack.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/fetch_async_error_stack.ts b/cli/tests/testdata/fetch_async_error_stack.ts
new file mode 100644
index 000000000..f583192c2
--- /dev/null
+++ b/cli/tests/testdata/fetch_async_error_stack.ts
@@ -0,0 +1 @@
+await fetch("https://nonexistent.deno.land/");