Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu authored Aug 4, 2023
1 parent 9893486 commit 5f4278b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/build/build.icon-sets.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function generateSvgFile (type) {
function generateCjsCounterparts () {
const promises = []
try {
glob.sync(resolve('icon-set/*.mjs'), { cwd: root , absolute:true})
glob.sync(resolve('icon-set/*.mjs'), { cwd: root , absolute:true })
.forEach(file => {
const content = fs.readFileSync(file, 'utf-8')
const cjsFile = file.replace('.mjs', '.js')
Expand Down

0 comments on commit 5f4278b

Please sign in to comment.