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: throw EEXIST when opening file with 'wx' that already exists #853

Merged
merged 2 commits into from Jun 18, 2022
Merged

fix: throw EEXIST when opening file with 'wx' that already exists #853

merged 2 commits into from Jun 18, 2022

Conversation

MrSquaare
Copy link
Contributor

Resolves #511

@G-Rath G-Rath changed the title fix: throw EEXIST if open exisiting file with exclude flag fix: throw EEXIST when opening file with 'wx' that already exists Jun 18, 2022
@G-Rath G-Rath merged commit 8b021b3 into streamich:master Jun 18, 2022
streamich pushed a commit that referenced this pull request Jun 18, 2022
## [3.4.5](v3.4.4...v3.4.5) (2022-06-18)

### Bug Fixes

* throw EEXIST when opening file that already exists with 'wx' flag ([#853](#853)) ([8b021b3](8b021b3))
@streamich
Copy link
Owner

🎉 This PR is included in version 3.4.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EEXIST should be thrown when opening file with 'wx' that already exists
3 participants