From a44781f47b17b80e8399c899ccc895e83286a1f4 Mon Sep 17 00:00:00 2001 From: drbeefsupreme Date: Wed, 6 Apr 2022 10:42:21 -0400 Subject: [PATCH] strandio: fix +await-thread %thread-fail handling we need to use ;; instead of !< since the %thread-fail mark just returns a raw noun --- pkg/base-dev/lib/strandio.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/base-dev/lib/strandio.hoon b/pkg/base-dev/lib/strandio.hoon index a83d5ae0e0..df7167c84a 100644 --- a/pkg/base-dev/lib/strandio.hoon +++ b/pkg/base-dev/lib/strandio.hoon @@ -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)) == --