提交 82b6aae0 编写于 作者: J Joao Moreno

return empty promise

上级 d0eba0db
......@@ -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 => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册