From b79c997b2316a60ebe7920f263c1edbc582c852e Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Sun, 24 Dec 2017 21:44:55 +0100 Subject: Fix linting issue --- src/stores/AppStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js index 7e2be5e9f..ea51b537a 100644 --- a/src/stores/AppStore.js +++ b/src/stores/AppStore.js @@ -367,7 +367,7 @@ export default class AppStore extends Store { _reactivateServices(retryCount = 0) { if (!this.isOnline) { - console.debug('reactivateServices: computer is offline, trying again in 5s, retries:', retryCount) + console.debug('reactivateServices: computer is offline, trying again in 5s, retries:', retryCount); return setTimeout(() => this._reactivateServices(retryCount + 1), 5000); } -- cgit v1.2.3-70-g09d2