You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ "$(nvm run 0.2 --version 2>&1)"="v0.2 is not installed yet" ] || die "\`nvm run\` with an uninstalled node version failed to error out correctly"
9
+
[ "$(nvm run iojs-0.2 --version 2>&1)"="iojs-v0.2 is not installed yet" ] || die "\`nvm run\` with an uninstalled iojs version failed to error out correctly"
0 commit comments