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

Do not error if file not exist on Windows #6697

Merged
merged 4 commits into from Sep 4, 2023
Merged

Do not error if file not exist on Windows #6697

merged 4 commits into from Sep 4, 2023

Conversation

cderv
Copy link
Collaborator

@cderv cderv commented Sep 4, 2023

using stdout as output, we create some path that do not exist and we test that. But on Windows, a safe version of existSync is need to return false and not error

closes #6690

using stdout as output, we create some path that do not exist and we test that. But on Windows, a safe version of `existSync` is need to return `false` and not error

closes #6690 - Cannot output to stdout on Windows ("filename is incorrect")
@cscheid
Copy link
Collaborator

cscheid commented Sep 4, 2023

Looks great - I think we're just missing a changelog entry.

@cderv
Copy link
Collaborator Author

cderv commented Sep 4, 2023

oh sure I'll add it. It seems that it fixes #4194 so that is cool.

[skip ci]
@cderv cderv merged commit 1fd1d0a into main Sep 4, 2023
@cderv cderv deleted the fix/stdout-windows branch September 4, 2023 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants