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: support calling utimes on a directory #866

Merged
merged 4 commits into from
Oct 29, 2022

Conversation

williamstein
Copy link
Contributor

@williamstein williamstein commented Oct 26, 2022

- "EISDIR: illegal operation on a directory, open ..." error
- streamich#391
@G-Rath G-Rath changed the title fix #391 -- "utimes" doesn't work for directories fix: support calling utimes on a directory Oct 29, 2022
@G-Rath G-Rath added the bug label Oct 29, 2022
@G-Rath G-Rath merged commit 301f2d1 into streamich:master Oct 29, 2022
streamich pushed a commit that referenced this pull request Oct 29, 2022
## [3.4.9](v3.4.8...v3.4.9) (2022-10-29)

### Bug Fixes

* support calling `utimes` on a directory ([#866](#866)) ([301f2d1](301f2d1)), closes [#391](#391)
@streamich
Copy link
Owner

🎉 This PR is included in version 3.4.9 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"utimes" doesn't work for directories: "EISDIR: illegal operation on a directory, open ..." error
3 participants