diff --git a/skythread.js b/skythread.js index f1c4e61..d492b8e 100644 --- a/skythread.js +++ b/skythread.js @@ -434,6 +434,8 @@ function loadThread(url, postId, nodeToUpdate) { }); stats.append(quotes); } + }).catch(error => { + console.warn("Couldn't load quote count: " + error); }); }).catch(error => { hideLoader();