This commit is contained in:
Robert Tod 2017-03-27 01:14:47 +00:00 committed by GitHub
commit 4929d485e9

4
nvm.sh
View File

@ -2516,6 +2516,10 @@ nvm() {
nvm reinstall-packages "$REINSTALL_PACKAGES_FROM"
EXIT_CODE=$?
fi
if [ ! -z "${NVM_POST_INSTALL-}" ]; then
nvm_echo 'Running post install hook.'
($NVM_POST_INSTALL)
fi
fi
return $EXIT_CODE
;;