Delay 2nd arg on trace in case it throws and prevents trace from printing
This commit is contained in:
parent
e15e725bfe
commit
a24fc55993
|
@ -5644,8 +5644,9 @@ impl<'a> CodeGenerator<'a> {
|
||||||
.into(),
|
.into(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
term,
|
Term::Delay(term.into()),
|
||||||
);
|
)
|
||||||
|
.force_wrap();
|
||||||
|
|
||||||
arg_stack.push(term);
|
arg_stack.push(term);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue