SIGN IN SIGN UP
nvm-sh / nvm UNCLAIMED

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

0 0 79 Shell

[Fix] `nvm_ls_remote_combined`: propagate iojs remote listing failures

`return $A || $B` only evaluates the first argument, since `return` always succeeds.
The io.js exit code was never checked, silently swallowing remote listing failures.

Bug introduced in https://github.com/nvm-sh/nvm/commit/ea127846290b1126556e256031383d171a4e38d8 / #616.
J
Jordan Harband committed
a937cb595ed9f61cd8ae7fa7fc1c77d1f2d2b077
Parent: 6f428a1