mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Bugfix debug printing
This commit is contained in:
parent
340f6b7c88
commit
e0c9931326
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ fn unify_context(subs: &mut Subs, pool: &mut Pool, ctx: Context) -> Outcome {
|
|||
};
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
debug_print_unified_types(subs, &ctx, true);
|
||||
debug_print_unified_types(subs, &ctx, false);
|
||||
|
||||
result
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue