From 50a929966d4c24941fc7e0c4bdb58b285d08b23e Mon Sep 17 00:00:00 2001 From: stubbsta Date: Wed, 11 Jun 2025 15:25:26 +0200 Subject: [PATCH] Improve pnpm path WIP --- tests/waku_rln_relay/utils_onchain.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: