Skip to content

Commit

Permalink
fix: Commented file permission code for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Jul 9, 2024
1 parent db4d928 commit 7d44dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/macrofier/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ const macrofy = async (
}

await writeFiles(outputFiles)
if (persistPermission) {
await writeFilesPermissions(templatesPermission)
}
// if (persistPermission) {
// await writeFilesPermissions(templatesPermission)
// }
logSuccess(`Wrote ${Object.keys(outputFiles).length} files.`)

resolve()
Expand Down

0 comments on commit 7d44dbc

Please sign in to comment.