We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7fb06 commit 58283deCopy full SHA for 58283de
packages/svelte/src/internal/client/reactivity/async.js
@@ -194,6 +194,7 @@ export async function async_body(fn, is_component = false) {
194
}
195
} finally {
196
unsuspend();
197
+ console.log(ctx);
198
if (ctx !== null && ctx.e !== null && ctx === component_context) {
199
console.log('hi');
200
ctx.a = false;
0 commit comments