Browse Source

If you're using set -e (and why wouldn't you), this halts all execution

install_use_nvmrc
Gerhard Lazu 12 years ago
parent
commit
d544d8e2eb
  1. 2
      nvm.sh

2
nvm.sh

@ -23,7 +23,7 @@ nvm_version()
echo "$VERSION"
if [ "$VERSION" = 'N/A' ]; then
return 13
return
fi
}

Loading…
Cancel
Save