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

filterWorkspacePackages not working if the path contains Korean characters #4594

Closed
WhiteKiwi opened this issue Apr 20, 2022 · 0 comments · Fixed by #4595
Closed

filterWorkspacePackages not working if the path contains Korean characters #4594

WhiteKiwi opened this issue Apr 20, 2022 · 0 comments · Fixed by #4595

Comments

@WhiteKiwi
Copy link
Sponsor Contributor

WhiteKiwi commented Apr 20, 2022

pnpm version: 6.32.9

Code to reproduce the issue:

git diff name-only result (when includes korean char):

~/package-a/a.js
~/package-b/b.js
"~/package-kor/한글.js"

Expected behavior:

filterWorkspacePackages result:

  • package-a
  • package-b
  • package-kor

Actual behavior:

filterWorkspacePackages result:

  • package-a
  • package-b
  • package-kor

Additional information:

  • node -v prints: v14.19.1
  • Windows, macOS, or Linux?: macOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant