mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Improve log message.
This commit is contained in:
parent
954b0cdbe2
commit
56906fd2fd
@ -73,7 +73,7 @@ class ImageIcon extends Icon {
|
||||
|
||||
static _getNextFamilyIconId(iconId) {
|
||||
const familyIcons = ImageIcon._getFamilyIcons(iconId);
|
||||
$assert(familyIcons != null, 'Family Icon not found!');
|
||||
$assert(familyIcons != null, `Family Icon not found: ${iconId}`);
|
||||
|
||||
let result = null;
|
||||
for (let i = 0; i < familyIcons.length && result == null; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user