Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: node path detection for lazy loading (#555)
NVM lazy loading use cases such as the Oh My Zsh `nvm` plugin might make node a function which will be executed to set the node path when it is run, so executed the `node` command if it is a function to make it point to the real Node binary.
- Loading branch information