aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 5881e37a4..eca347153 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -181,6 +181,7 @@ export default class AppStore extends Store {
181 } 181 }
182 182
183 if (data.error) { 183 if (data.error) {
184 console.log('Updater error:', data.error);
184 this.updateStatus = this.updateStatusTypes.FAILED; 185 this.updateStatus = this.updateStatusTypes.FAILED;
185 } 186 }
186 }); 187 });