mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
return empty promise
This commit is contained in:
@@ -66,7 +66,7 @@ class Main {
|
||||
|
||||
if (isInstalled) {
|
||||
console.log(localize('alreadyInstalled', "Extension '{0}' is already installed.", id));
|
||||
return;
|
||||
return TPromise.as(null);
|
||||
}
|
||||
|
||||
return this.extensionGalleryService.query({ ids: [id] }).then(result => {
|
||||
|
||||
Reference in New Issue
Block a user