This commit is contained in:
Sandeep Somavarapu 2023-01-17 18:42:05 +01:00 committed by GitHub
parent 43907341df
commit ebc7a21d55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -857,7 +857,7 @@ class InstallExtensionInProfileTask implements IInstallExtensionTask {
readonly identifier = this.task.identifier;
readonly source = this.task.source;
readonly operation = this.task.operation;
get operation() { return this.task.operation; }
get verificationStatus() {
return this.task.verificationStatus;