mirror of https://github.com/rancher/ui.git
Add failure message to wait timeout function
This commit is contained in:
parent
557ac28bf4
commit
a2aab416f8
|
|
@ -576,7 +576,7 @@ export default Mixin.create({
|
|||
var timeout = setTimeout(() => {
|
||||
clearInterval(interval);
|
||||
clearTimeout(timeout);
|
||||
reject(this);
|
||||
reject(`Failed while: ${ msg }`);
|
||||
}, get(this, 'waitTimeout'));
|
||||
|
||||
var interval = setInterval(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue