mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
try logging the stack to see where the TypeError on travis occurs exactly
This commit is contained in:
parent
de43cc920d
commit
3f0c948387
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user