未验证 提交 4b1df4f4 编写于 作者: J João Moreno 提交者: GitHub

Update statusbar.ts

上级 080e8247
......@@ -75,10 +75,7 @@ class SyncStatusBar {
this.repository.operations.isRunning(Operation.Push) ||
this.repository.operations.isRunning(Operation.Pull);
this.state = {
...this.state,
isSyncRunning: isSyncRunning
};
this.state = { ...this.state, isSyncRunning };
}
private onModelChange(): void {
......@@ -177,4 +174,4 @@ export class StatusBarCommands {
this.checkoutStatusBar.dispose();
this.disposables = dispose(this.disposables);
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册