From 3f0c948387ea9a1928dc18e368a9929799b70749 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 1 Aug 2018 18:46:40 +0200 Subject: [PATCH] try logging the stack to see where the TypeError on travis occurs exactly --- src/stores/GroupStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/GroupStore.js b/src/stores/GroupStore.js index bc2be37f51..526fca548a 100644 --- a/src/stores/GroupStore.js +++ b/src/stores/GroupStore.js @@ -147,7 +147,7 @@ class GroupStore extends EventEmitter { return; } - console.error(`Failed to get resource ${stateKey} for ${groupId}`, err); + console.error(`Failed to get resource ${stateKey} for ${groupId}`, err.stack); this.emit('error', err, groupId); }).finally(() => { // Indicate finished request, allow for future fetches