Skip to content

Commit 58283de

Browse files
committed
more logging
1 parent 4a7fb06 commit 58283de

File tree

1 file changed

+1
-0
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+1
-0
lines changed

packages/svelte/src/internal/client/reactivity/async.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ export async function async_body(fn, is_component = false) {
194194
}
195195
} finally {
196196
unsuspend();
197+
console.log(ctx);
197198
if (ctx !== null && ctx.e !== null && ctx === component_context) {
198199
console.log('hi');
199200
ctx.a = false;

0 commit comments

Comments
 (0)