diff --git a/popup/search-results.js b/popup/search-results.js index 53dc275c..87d924f6 100755 --- a/popup/search-results.js +++ b/popup/search-results.js @@ -375,6 +375,7 @@ const SearchResults = (() => { setTimeout(processNextResult, DELAY_AFTER_FETCHING_STYLES); // Keep processing }) .catch(reason => { + console.log('processNextResult(', nextResult.id, ') => [ERROR]: ', reason); setTimeout(processNextResult, DELAY_AFTER_FETCHING_STYLES); // Keep processing }); }