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

Windows: Fix error with forward slashes in path #220

Conversation

kuzalekon
Copy link
Contributor

This PR will fix #214 issue. The error happens if in the -FilePath parameter for Start-Process cmdlet contains the escaped quotation character. So just need to not add it.

@sindresorhus
Copy link
Owner

@anaisbetts Would you be able to review?

@sindresorhus sindresorhus changed the title Windows | Fix error with forward slashes in path Windows: Fix error with forward slashes in path Feb 7, 2021
@kuzalekon
Copy link
Contributor Author

@anaisbetts

@anaisbetts
Copy link
Contributor

Seems reasonable to me

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.

Windows paths with forward-slashes broke in v7.2.0
3 participants