Skip to content

Commit 27c5a33

Browse files
committed
tweak
1 parent ecdeda2 commit 27c5a33

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@ export async function async_body(fn, is_component = false) {
190190
invoke_error_boundary(error, active);
191191
}
192192
} finally {
193-
unsuspend();
194193
console.log(ctx);
195194
if (ctx !== null) {
196195
console.log('hi');
197196
ctx.a = false;
198197
pop();
199198
}
199+
unsuspend();
200200
}
201201
}

0 commit comments

Comments
 (0)