diff options
Diffstat (limited to 'cli/tests/testdata/fetch_async_error_stack.ts')
-rw-r--r-- | cli/tests/testdata/fetch_async_error_stack.ts | 1 |
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/"); |