Skip to content

Commit

Permalink
Log # of icons being written
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Mar 27, 2024
1 parent 0c083cc commit fae027e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lune/tarmac-sync.luau
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ for _, IconFileName in fs.readDir(IconNameDir) do
table.insert(IconNames, StringUtils.FileNameWithoutExtension(IconFileName))
end

Log.Info(`Total # of icons: {#IconNames}`)

fs.writeFile(
CodegenPath,
Expand Down

0 comments on commit fae027e

Please sign in to comment.