mirror of https://github.com/sveltejs/svelte
async errors within the template and derived etc are properly handled because they know about the last active effect and invoke the error boundary correctly as a response. This logic was missing for our top level await output. Fixes #16613pull/16619/head
parent
2e02868ef1
commit
66378e5183
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: properly catch top level await errors
|
Loading…
Reference in new issue