WIP13 - More bugfix
This commit is contained in:
parent
502b020042
commit
7cb055a4ed
|
@ -1107,7 +1107,7 @@ pub fn call_core_log_impl<'ctx>(
|
|||
) -> Result<(), String> {
|
||||
let (arg_ty, arg_val) = arg;
|
||||
|
||||
polymorphic_print(ctx, generator, &[(arg_ty, arg_val.into())], "", None, false, false)?;
|
||||
polymorphic_print(ctx, generator, &[(arg_ty, arg_val.into())], " ", Some("\n"), false, false)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue