try logging the stack to see where the TypeError on travis occurs exactly

This commit is contained in:
Bruno Windels 2018-08-01 18:46:40 +02:00
parent de43cc920d
commit 3f0c948387

View file

@ -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