...as hopefully this should work now sanitize-html is fixed?
This commit is contained in:
David Baker 2018-08-02 19:37:27 +01:00
parent 3f0c948387
commit d25fc9d9fb

View file

@ -147,7 +147,7 @@ class GroupStore extends EventEmitter {
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);
}).finally(() => {
// Indicate finished request, allow for future fetches