Resolve eslint warning (reason not used)

This commit is contained in:
derv82 2017-12-02 23:19:23 -08:00
parent 8ae669bd12
commit 6cdc442986

View File

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