try logging the stack to see where the TypeError on travis occurs exactly
This commit is contained in:
parent
de43cc920d
commit
3f0c948387
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue