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:
drbeefsupreme 2022-04-06 10:42:21 -04:00
parent 68eaf4aed7
commit a44781f47b
No known key found for this signature in database
GPG Key ID: B70D5683DE7F9EFC

View File

@ -756,6 +756,6 @@
;< ~ bind:m (take-kick /awaiting/[tid]) ;< ~ bind:m (take-kick /awaiting/[tid])
?+ p.cage ~|([%strange-thread-result p.cage file tid] !!) ?+ p.cage ~|([%strange-thread-result p.cage file tid] !!)
%thread-done (pure:m %& q.cage) %thread-done (pure:m %& q.cage)
%thread-fail (pure:m %| !<([term tang] q.cage)) %thread-fail (pure:m %| ;;([term tang] q.q.cage))
== ==
-- --