mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
03c067f598
Accessing values might throw errors if they're not just values but getters. Guard against that by try-catching every access so that `$inspect` doesn't fail fixes the iframe error in the playground reported in #10174
6 lines
68 B
Markdown
6 lines
68 B
Markdown
---
|
|
"svelte": patch
|
|
---
|
|
|
|
fix: try-catch deep read during `$inspect`
|