SIGN IN SIGN UP
nvm-sh / nvm UNCLAIMED

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

0 0 94 Shell

[Fix] `nvm_download_artifact`: fix error propagation from subshells

`return` inside `(...)` subshells only exits the subshell, not the calling function.
Errors in mkdir, download, and checksum verification were silently ignored.
Use `{ ...; }` brace groups instead.

Bug introduced in https://github.com/nvm-sh/nvm/commit/ba3ad8e460b88aab281d203276b354ce3c9df52f.
J
Jordan Harband committed
bda39c7c04ee0c34cad272fea3fc54e71f6ad710
Parent: 05d7847