Files
nvm/test/fast/Running 'nvm which' with circular alias shows alias name
Jordan Harband 018958cc47 [Fix] nvm which: show alias name in infinite loop error message
`${2}` was empty because positional parameters had been consumed by `shift` in the argument parsing loop.
Use `${provided_version}` which holds the resolved alias name.

Bug introduced in 1c00753fd9.
2026-03-14 14:37:57 -07:00

571 B
Executable File