mirror of https://github.com/vector-im/riot-web
parent
3f0c948387
commit
d25fc9d9fb
|
@ -147,7 +147,7 @@ class GroupStore extends EventEmitter {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.error(`Failed to get resource ${stateKey} for ${groupId}`, err.stack);
|
console.error(`Failed to get resource ${stateKey} for ${groupId}`, err);
|
||||||
this.emit('error', err, groupId);
|
this.emit('error', err, groupId);
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
// Indicate finished request, allow for future fetches
|
// Indicate finished request, allow for future fetches
|
||||||
|
|
Loading…
Reference in New Issue