chore: updates error message

This commit is contained in:
Isaac Parks 2022-11-22 14:17:55 -06:00
parent 11a721d0b8
commit 7933635717

View File

@ -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) {