aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/xtext/UpdateService.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/xtext/UpdateService.ts')
-rw-r--r--subprojects/frontend/src/xtext/UpdateService.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/subprojects/frontend/src/xtext/UpdateService.ts b/subprojects/frontend/src/xtext/UpdateService.ts
index d7471cdc..63e28652 100644
--- a/subprojects/frontend/src/xtext/UpdateService.ts
+++ b/subprojects/frontend/src/xtext/UpdateService.ts
@@ -82,6 +82,10 @@ export default class UpdateService {
82 } 82 }
83 } 83 }
84 84
85 get opened(): boolean {
86 return this.webSocketClient.opened;
87 }
88
85 private idleUpdate(): void { 89 private idleUpdate(): void {
86 if (!this.webSocketClient.opened || !this.tracker.needsUpdate) { 90 if (!this.webSocketClient.opened || !this.tracker.needsUpdate) {
87 return; 91 return;