Fix another undefined that should be null

This commit is contained in:
Richard Feldman 2025-12-04 23:32:14 -05:00
parent be700b1948
commit e514b4e65b
No known key found for this signature in database

View file

@ -12875,7 +12875,7 @@ pub const Interpreter = struct {
effective_scrutinee_rt_var,
roc_ops,
&temp_binds,
undefined,
null,
)) {
continue;
}