From ce6b6751028bfe08b49628a30e660ff479eded02 Mon Sep 17 00:00:00 2001 From: Ian Bull Date: Wed, 4 Sep 2024 00:05:29 -0700 Subject: refactor(ext/fetch): align error messages (#25374) Aligns the error messages in the ext/fetch folder to be in-line with the Deno style guide. https://github.com/denoland/deno/issues/25269 --- tests/testdata/run/wasm_streaming_panic_test.js.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testdata/run') diff --git a/tests/testdata/run/wasm_streaming_panic_test.js.out b/tests/testdata/run/wasm_streaming_panic_test.js.out index 8a3c68e37..4ec523f1d 100644 --- a/tests/testdata/run/wasm_streaming_panic_test.js.out +++ b/tests/testdata/run/wasm_streaming_panic_test.js.out @@ -1,2 +1,2 @@ -error: Uncaught (in promise) TypeError: Invalid WebAssembly content type. +error: Uncaught (in promise) TypeError: Invalid WebAssembly content type at handleWasmStreaming (ext:deno_fetch/26_fetch.js:[WILDCARD]) -- cgit v1.2.3