openllb / hlb

A developer-first language to build and test any software efficiently
https://openllb.github.io/hlb/
Apache License 2.0
108 stars 12 forks source link

Fix missing semaphore error check #320

Closed aaronlehmann closed 2 years ago

aaronlehmann commented 2 years ago

This could lead to a panic if the semaphore could not be acquired due to the context being cancelled, but the Release below was still reached.