mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 01:41:37 +03:00
strandio: fix +await-thread %thread-fail handling
we need to use ;; instead of !< since the %thread-fail mark just returns a raw noun
This commit is contained in:
parent
68eaf4aed7
commit
a44781f47b
@ -756,6 +756,6 @@
|
||||
;< ~ bind:m (take-kick /awaiting/[tid])
|
||||
?+ p.cage ~|([%strange-thread-result p.cage file tid] !!)
|
||||
%thread-done (pure:m %& q.cage)
|
||||
%thread-fail (pure:m %| !<([term tang] q.cage))
|
||||
%thread-fail (pure:m %| ;;([term tang] q.q.cage))
|
||||
==
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user