зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1635646 - do not print accessible when logging fetch children action error. r=mtigley
Differential Revision: https://phabricator.services.mozilla.com/D73992
This commit is contained in:
Родитель
b979b871fc
Коммит
d1c4117564
|
@ -123,7 +123,7 @@ function onReceiveChildren(cache, action) {
|
|||
}
|
||||
|
||||
if (accessible.actorID) {
|
||||
console.warn(`Error fetching children: `, accessible, error);
|
||||
console.warn(`Error fetching children: `, error);
|
||||
return cache;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче