From 769e553fae2abcb1559fd078ac2666a16482c9b5 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sun, 27 Oct 2019 20:15:33 +0100 Subject: Extend debug information --- src/stores/AppStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/AppStore.js') diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js index 124c117b0..0756a05eb 100644 --- a/src/stores/AppStore.js +++ b/src/stores/AppStore.js @@ -253,7 +253,7 @@ export default class AppStore extends Store { hasCrashed: service.hasCrashed, isDarkModeEnabled: service.isDarkModeEnabled, })), - errors: this.stores.globalError.errors, + messages: this.stores.globalError.messages, workspaces: this.stores.workspaces.workspaces.map(workspace => ({ id: workspace.id, services: workspace.services })), windowSettings: readJsonSync(path.join(app.getPath('userData'), 'window-state.json')), settings, -- cgit v1.2.3-70-g09d2