Fix typo in an ObjectLiteral
This commit is contained in:
Lucas Mirelmann 2024-08-01 11:03:53 +02:00 committed by Ms2ger
parent 616dcadff4
commit 5492929d55
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ features: [explicit-resource-management]
var descriptor = Object.getOwnPropertyDescriptor(AsyncDisposableStack.prototype, 'disposed');
verifyProperty(descriptor.get, 'length', {
value: 0;
value: 0,
enumerable: false,
writable: false,
configurable: true