mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
chore: updates error message
This commit is contained in:
parent
11a721d0b8
commit
7933635717
@ -1138,7 +1138,7 @@
|
|||||||
var additions = definitions.reduce(this._pullDefinitions, {});
|
var additions = definitions.reduce(this._pullDefinitions, {});
|
||||||
}
|
}
|
||||||
catch (ex){
|
catch (ex){
|
||||||
throw 'Could not find provided icon. ' + ex.message
|
throw 'Could not find provided icon(s). ' + ex.message
|
||||||
}
|
}
|
||||||
|
|
||||||
Object.keys(additions).forEach(function (key) {
|
Object.keys(additions).forEach(function (key) {
|
||||||
|
Loading…
Reference in New Issue
Block a user