From d2c099ce34bd46a002797c57d4bc76ddf0b2b119 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Tue, 22 Mar 2022 17:08:33 +0000 Subject: fix(ext/fetch): Connect async error stack with user code (#13899) --- cli/tests/integration/run_tests.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index aec17faf0..4411ff0c3 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -2517,3 +2517,10 @@ itest!(wasm_streaming_panic_test { output: "wasm_streaming_panic_test.js.out", exit_code: 1, }); + +// Regression test for https://github.com/denoland/deno/issues/13897. +itest!(fetch_async_error_stack { + args: "run --quiet -A fetch_async_error_stack.ts", + output: "fetch_async_error_stack.ts.out", + exit_code: 1, +}); -- cgit v1.2.3