mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
docket: don't crash on receiving uninstall ack
We should've already deleted it from state by this point.
This commit is contained in:
parent
514c17ee8e
commit
fba9fb4aad
@ -286,7 +286,7 @@
|
||||
|= [=desk =^wire]
|
||||
^- (quip card _state)
|
||||
~| [%took-for-nonexistent-charge desk]
|
||||
?> (~(has by charges) desk)
|
||||
?> |((~(has by charges) desk) ?=([%uninstall ~] wire))
|
||||
=* cha ~(. ch desk)
|
||||
?+ wire ~|(%bad-charge-wire !!)
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user