Skip to content

Commit a88dda6

Browse files
committed
fix(build): show correct icon set name on error
1 parent 1451e13 commit a88dda6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/build/icons/build.eva.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fileContents
5959
})
6060

6161
if (icons.length === 0) {
62-
console.log(`${red('[error]')} Fontawesome parsed 0 icons...exiting`)
62+
console.log(`${red('[error]')} Eva icons parsed 0 icons...exiting`)
6363
process.exit(1)
6464
}
6565

ui/build/icons/build.ion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fileContents
5656
})
5757

5858
if (icons.length === 0) {
59-
console.log(`${red('[error]')} Ionicons parsed 0 icons...exiting`)
59+
console.log(`${red('[error]')} Ion icons parsed 0 icons...exiting`)
6060
process.exit(1)
6161
}
6262

ui/build/icons/build.mdi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fileContents
7373
})
7474

7575
if (icons.length === 0) {
76-
console.log(`${red('[error]')} Fontawesome parsed 0 icons...exiting`)
76+
console.log(`${red('[error]')} MDI icons parsed 0 icons...exiting`)
7777
process.exit(1)
7878
}
7979

0 commit comments

Comments
 (0)