mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
fix a +has:in call site
This commit is contained in:
parent
b75c19e854
commit
141d7ebf6a
@ -12130,7 +12130,7 @@
|
||||
|= [acc=_map [ty=type k=xkey]]
|
||||
=/ dest (~(get by refs.tbl) k)
|
||||
?^ dest (~(put by acc) ty u.dest)
|
||||
?. (~(has in live.tbl)) acc
|
||||
?. (~(has in live.tbl) k) acc
|
||||
(~(put in acc) ty k)
|
||||
::
|
||||
:: Rebuild the `xrays` table.
|
||||
|
Loading…
Reference in New Issue
Block a user