ice-npm-utils@3.0.3
·
73 commits
to main
since this release
- [fix] Using
fs.createWriteStreamwill change all file permissions to0o666. However, there are cases where files need to be executable, such as files within the.huskydirectory. Therefore,fs.createWriteStreamshould maintain the original file permissions instead of overwriting them.