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

remove unused cast

上级 02b2629d
......@@ -70,7 +70,7 @@ export class CommandService extends Disposable implements ICommandService {
]),
]);
}
return (waitFor as Promise<any>).then(_ => this._tryExecuteCommand(id, args));
return waitFor.then(_ => this._tryExecuteCommand(id, args));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册