mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-19 22:18:55 +00:00
work around windows - no without
This commit is contained in:
parent
1c969278d7
commit
b96328cbee
@ -43,8 +43,8 @@ proc prove*[H](
|
||||
let taskRes = await queue.recvAsync()
|
||||
if (let res = queue.release(); res.isErr):
|
||||
error "Error releasing proof queue ", msg = res.error().msg
|
||||
without proofRes =? taskRes, err:
|
||||
return failure(err)
|
||||
without proofRes =? taskRes, exc:
|
||||
return failure(exc)
|
||||
without proof =? proofRes, err:
|
||||
return failure(err)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user