Fix issue with cancelling the dialog

This commit is contained in:
Ladislau Szomoru 2021-04-26 21:42:17 +02:00
parent ba7c949164
commit 4f37102dc0
No known key found for this signature in database
GPG key ID: 2B88287CB9DB080B

View file

@ -370,7 +370,7 @@ export class ExtensionManagementService extends Disposable implements IWorkbench
});
if (!trustState) {
Promise.reject(canceled());
return Promise.reject(canceled());
}
}