Skip to content
Compare
Choose a tag to compare
@luhc228 luhc228 released this 24 May 05:49
· 68 commits to main since this release
  • [fix] Using fs.createWriteStream will change all file permissions to 0o666. However, there are cases where files need to be executable, such as files within the .husky directory. Therefore, fs.createWriteStream should maintain the original file permissions instead of overwriting them.