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