commit | ea127846290b1126556e256031383d171a4e38d8 | [log] [tgz] |
---|---|---|
author | Jordan Harband <ljharb@gmail.com> | Mon Jan 19 12:33:26 2015 -0800 |
committer | Jordan Harband <ljharb@gmail.com> | Mon Jan 19 18:35:05 2015 -0800 |
tree | ebc93ad63c39f55f00fe915a94377b860b598db9 | |
parent | f1f11e3b7aaf586e1508c3a3809bcc83327ffbea [diff] |
Clean up `nvm ls-remote` behavior when one of node/iojs reports N/A. This change: - removes a superfluous N/A - fixes the exit code to return 0 unless no version is found - enables `nvm install v1` and similar patterns.