$pool should not be enumerable.
This commit is contained in:
parent
9d3477d465
commit
97db55156a
@ -379,7 +379,6 @@ export class Xapi extends EventEmitter {
|
|||||||
object.$type = type
|
object.$type = type
|
||||||
|
|
||||||
defineProperty(object, '$pool', {
|
defineProperty(object, '$pool', {
|
||||||
enumerable: true,
|
|
||||||
get: () => this._pool
|
get: () => this._pool
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user