Merge pull request #5697 from urbit/jon/await-thread-fix

strandio: fix +await-thread %thread-fail handling
This commit is contained in:
Philip Monk 2022-04-06 11:29:14 -07:00 committed by GitHub
commit a18f35dd16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))
==
--