diff --git a/js/news/news.js b/js/news/news.js index a1cb756f..ea5ad896 100644 --- a/js/news/news.js +++ b/js/news/news.js @@ -53,7 +53,8 @@ news.fetchFeed = function (yqUrl) { }.bind(this), error: function () { - + // non-specific error message that should be updated + console.error('No feed results for: ' + yqUrl); } });