提交 a538f095 编写于 作者: M Matt Bierner

Organize imports should interupt geterr

UI operations like organize imports have higher priority than geterr
上级 16944f3c
......@@ -46,7 +46,7 @@ class OrganizeImportsCommand implements Command {
}
}
};
const response = await this.client.execute('organizeImports', args, nulToken);
const response = await this.client.interruptGetErr(() => this.client.execute('organizeImports', args, nulToken));
if (response.type !== 'response' || !response.body) {
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册