-
-
Notifications
You must be signed in to change notification settings - Fork 131
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: allow setting custom file types beyond S_IFREG and S_IFDIR #1082
Conversation
Fixed up the formatting! |
@G-Rath if you could take a look at this when you get a sec, that'd be awesome! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks looks good overall, just have a couple of questions
@G-Rath I appreciate the good review! All fixes have been done, and I made the |
Prior to this change, the `mode` argument to `Node` and `Volume` was only used to set the file permissions.
## [4.15.3](v4.15.2...v4.15.3) (2025-01-01) ### Bug Fixes * allow setting custom file types beyond S_IFREG and S_IFDIR ([#1082](#1082)) ([24da3e7](24da3e7))
🎉 This PR is included in version 4.15.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Prior to this change, the
mode
argument toNode
andVolume
was only used to set the file permissions.