WIP12 - More debugging

This commit is contained in:
David Mak 2024-08-12 16:16:30 +08:00
parent c4d0448d8b
commit 502b020042
1 changed files with 2 additions and 0 deletions

View File

@ -810,6 +810,8 @@ fn polymorphic_print<'ctx>(
}
};
flush(ctx, generator, &mut String::from("begin core_log"), &mut Vec::new());
for (ty, value) in values {
let ty = *ty;
let value = value.clone().to_basic_value_enum(ctx, generator, ty).unwrap();