Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New] Add "$PATH" to nvm debug output #1745

Merged
merged 1 commit into from
Feb 25, 2018

Conversation

PeterDaveHello
Copy link
Collaborator

This could help debug 💪

nvm.sh Outdated
@@ -2396,6 +2396,7 @@ nvm() {
# shellcheck disable=SC2169
nvm_err "\$SHLVL: ${SHLVL-}"
nvm_err "\$HOME: $HOME"
nvm_err "\$PATH: $PATH"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use nvm_sanitize_path here if possible

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@ljharb ljharb merged commit 9c42470 into nvm-sh:master Feb 25, 2018
@PeterDaveHello PeterDaveHello deleted the nvm-debug-enhance branch February 25, 2018 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants