diff --git a/tests/waku_rln_relay/utils_onchain.nim b/tests/waku_rln_relay/utils_onchain.nim index 7d27fa6e2..1789b3939 100644 --- a/tests/waku_rln_relay/utils_onchain.nim +++ b/tests/waku_rln_relay/utils_onchain.nim @@ -116,7 +116,7 @@ proc getPnpmPath*(): string = if exitCode == 0 and output.strip() != "": return "pnpm" # Let the shell find it in PATH - except OSError: + except OSError, IOError: # If execCmdEx fails, continue to next path discard else: