提交 f7cde7af 编写于 作者: J Joao Moreno

fix bad state expectation

上级 0d025550
......@@ -120,7 +120,7 @@ export abstract class AbstractUpdateService implements IUpdateService {
applyUpdate(): TPromise<void> {
this.logService.trace('update#applyUpdate, state = ', this.state.type);
if (this.state.type !== StateType.Ready) {
if (this.state.type !== StateType.Downloaded) {
return TPromise.as(null);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册