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

fix: pnpm config get <key> returns empty when the value is a boolean #6360

Merged
merged 1 commit into from Apr 6, 2023

Conversation

lvqq
Copy link
Member

@lvqq lvqq commented Apr 5, 2023

Due to main, the boolean format cannot be printed by pnpm config get <key> now. Need to transform it into string format.

Before

image

After

image

@lvqq lvqq requested a review from zkochan as a code owner April 5, 2023 16:08
@lvqq lvqq changed the title fix: pnpm config get <key> -g returns empty when the value is a boolean fix: pnpm config get <key> returns empty when the value is a boolean Apr 5, 2023
@zkochan zkochan merged commit bb28727 into main Apr 6, 2023
14 checks passed
@zkochan zkochan deleted the fix-config branch April 6, 2023 00:39
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