We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605c36f commit 2ec4b77Copy full SHA for 2ec4b77
1 file changed
scripts/populate-icon-defs-lean.js
@@ -124,10 +124,10 @@ async function main () {
124
const k = def.prefix + ' ' + iconName
125
if (!seen.has(k)) { defs.push(def); seen.add(k) }
126
} else if (prefix === 'fal') {
127
- console.log(`FontAwesome Light icon missing or Pro not installed: ${iconKey}`)
+ console.log(`FontAwesome Light icon missing or Pro not installed: ${iconName}`)
128
}
129
else {
130
- console.log(`Icon not found: ${iconKey}`)
+ console.log(`Icon not found: ${iconName}`)
131
132
133
0 commit comments