Skip to content

Commit 9be2a38

Browse files
committed
logging
1 parent e11a1af commit 9be2a38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/src/internal/client/context.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ export function pop(context, component) {
175175
return component ?? /** @type {T} */ ({});
176176
}
177177
if (ctx.a) {
178+
console.log('suspended');
178179
return component ?? /** @type {T} */ ({});
179180
}
180181
var effects = ctx.e;

0 commit comments

Comments
 (0)