Do not swallow all errors.
This commit is contained in:
parent
5c31c7f14c
commit
3af6c28ab0
@ -373,7 +373,7 @@ export class Xapi extends EventEmitter {
|
|||||||
this._objects.clear()
|
this._objects.clear()
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this._watchEvents()
|
this._watchEvents()
|
||||||
}).catch(noop)
|
}).catch(Bluebird.CancellationError, noop)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user