nvm_ls_remote_combined
`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 ea12784629 / #616.
ea12784629