mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Fix another undefined that should be null
This commit is contained in:
parent
be700b1948
commit
e514b4e65b
1 changed files with 1 additions and 1 deletions
|
|
@ -12875,7 +12875,7 @@ pub const Interpreter = struct {
|
|||
effective_scrutinee_rt_var,
|
||||
roc_ops,
|
||||
&temp_binds,
|
||||
undefined,
|
||||
null,
|
||||
)) {
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue