more logging

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

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

Loading…
Cancel
Save