mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-02-05 01:48:22 +08: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…
x
Reference in New Issue
Block a user