mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
ames: downcast %hear error notification to %hole
This commit is contained in:
parent
4cae84d9ac
commit
93eaff7401
@ -920,12 +920,14 @@
|
||||
::
|
||||
=/ =task ((harden task) wrapped-task)
|
||||
::
|
||||
:: error notifications "downcast" to %crud
|
||||
:: error notifications "downcast" to %crud or %hole
|
||||
::
|
||||
=? task ?=(^ dud)
|
||||
~| %crud-in-crud
|
||||
?< ?=(%crud -.task)
|
||||
[%crud -.task tang.u.dud]
|
||||
?- -.task
|
||||
%crud ~|(%crud-in-crud !!)
|
||||
%hear [%hole [lane blob]:task]
|
||||
* [%crud -.task tang.u.dud]
|
||||
==
|
||||
::
|
||||
:: %born: set .unix-duct and start draining .queued-events
|
||||
::
|
||||
@ -1067,12 +1069,14 @@
|
||||
::
|
||||
=/ =task ((harden task) wrapped-task)
|
||||
::
|
||||
:: error notifications "downcast" to %crud
|
||||
:: error notifications "downcast" to %crud or %hole
|
||||
::
|
||||
=? task ?=(^ dud)
|
||||
~| %crud-in-crud
|
||||
?< ?=(%crud -.task)
|
||||
[%crud -.task tang.u.dud]
|
||||
?- -.task
|
||||
%crud ~|(%crud-in-crud !!)
|
||||
%hear [%hole [lane blob]:task]
|
||||
* [%crud -.task tang.u.dud]
|
||||
==
|
||||
::
|
||||
=/ event-core (per-event [our now eny scry-gate] duct ames-state)
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user