提交 cb7e5a27 编写于 作者: J Johannes Rieken

tslint

上级 b86a54e7
...@@ -297,7 +297,7 @@ suite('window namespace tests', () => { ...@@ -297,7 +297,7 @@ suite('window namespace tests', () => {
const a = result.then(value => { const a = result.then(value => {
assert.equal(value, undefined); assert.equal(value, undefined);
}); });
const b = commands.executeCommand('workbench.action.closeQuickOpen'), const b = commands.executeCommand('workbench.action.closeQuickOpen');
return Promise.all([a, b]); return Promise.all([a, b]);
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册