提交 44bd2d14 编写于 作者: J Joao Moreno

compile error

上级 57f5084e
......@@ -119,7 +119,8 @@ export class ExtensionsService implements IExtensionsService {
return this.installFromZip(arg);
}
return this.isObsolete(arg as IExtension).then(obsolete => {
const extension = arg as IExtension;
return this.isObsolete(extension).then(obsolete => {
if (obsolete) {
return TPromise.wrapError(new Error(nls.localize('restartCode', "Please restart Code before reinstalling {0}.", extension.name)));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册