mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
add catch for missing toast message
This commit is contained in:
parent
c9c0f34efe
commit
4fdbc265c8
1 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,10 @@ define(function (require) {
|
|||
common.debug('toast message clear');
|
||||
return messages;
|
||||
}
|
||||
})
|
||||
.catch(function () {
|
||||
common.debug('toast message not found');
|
||||
return;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue