Skip to content

Commit d345ecb

Browse files
committed
more
1 parent 967b799 commit d345ecb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ export function pop(context, component) {
179179
return component ?? /** @type {T} */ ({});
180180
}
181181
var effects = ctx.e;
182-
console.log(effects);
182+
console.log('effects', effects);
183+
console.log('context', context);
183184
if (effects !== null) {
184185
ctx.e = null;
185186

0 commit comments

Comments
 (0)