add logging

pull/16721/head
ComputerGuy 12 months ago
parent e738c06e3b
commit 4a7fb0613f

@ -194,7 +194,8 @@ export async function async_body(fn, is_component = false) {
}
} finally {
unsuspend();
if (ctx !== null && ctx.e !== null) {
if (ctx !== null && ctx.e !== null && ctx === component_context) {
console.log('hi');
ctx.a = false;
pop();
}

Loading…
Cancel
Save