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:
Yura Zenevich 2020-05-06 17:46:59 +00:00
Родитель b979b871fc
Коммит d1c4117564
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}