From 9e568b4c2750ac5b2e2fbe91927949b4bf0661b6 Mon Sep 17 00:00:00 2001 From: ComputerGuy <63362464+Ocean-OS@users.noreply.github.com> Date: Tue, 15 Jul 2025 18:03:41 -0700 Subject: [PATCH] doh --- .../tests/runtime-runes/samples/inspect-exception/_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/svelte/tests/runtime-runes/samples/inspect-exception/_config.js b/packages/svelte/tests/runtime-runes/samples/inspect-exception/_config.js index 1caabfa0ce..2f679000e0 100644 --- a/packages/svelte/tests/runtime-runes/samples/inspect-exception/_config.js +++ b/packages/svelte/tests/runtime-runes/samples/inspect-exception/_config.js @@ -18,7 +18,7 @@ export default test({ 'init', 'b', 'an error occurred when reading values inside an `$inspect`: ', - +'an error occurred when reading values inside an `$inspect`: ' + 'an error occurred when reading values inside an `$inspect`: ' ]); } });