Skip to content

Commit 2ec4b77

Browse files
committed
iconName
1 parent 605c36f commit 2ec4b77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/populate-icon-defs-lean.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ async function main () {
124124
const k = def.prefix + ' ' + iconName
125125
if (!seen.has(k)) { defs.push(def); seen.add(k) }
126126
} else if (prefix === 'fal') {
127-
console.log(`FontAwesome Light icon missing or Pro not installed: ${iconKey}`)
127+
console.log(`FontAwesome Light icon missing or Pro not installed: ${iconName}`)
128128
}
129129
else {
130-
console.log(`Icon not found: ${iconKey}`)
130+
console.log(`Icon not found: ${iconName}`)
131131
}
132132
}
133133

0 commit comments

Comments
 (0)