mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 08:53:06 +00:00
Improve pnpm path WIP
This commit is contained in:
parent
24ec7d40c0
commit
50a929966d
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user