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

If Windows path contains magic characters, like (, ], *, etc, the method may return undefined #5

Open
xsq007 opened this issue Jan 1, 2018 · 1 comment

Comments

@xsq007
Copy link

xsq007 commented Jan 1, 2018

On windows, if path contains ( ,], *, etc, trueCasePathSync method returns undefined.
The root cause is glob.sync recognize these chars as magic ones. It seems no options to disable the magic char []

@caseyWebb caseyWebb mentioned this issue Jan 18, 2019
Closed
caseyWebb referenced this issue in Profiscience/true-case-path Apr 26, 2019
@caseyWebb
Copy link

Fixed in fork Profiscience/true-case-path, published in 2.0.0

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 a pull request may close this issue.

2 participants