add error message when news retrieval fails

This commit is contained in:
Jon Heller
2015-10-23 16:42:13 -04:00
parent d47ff02c51
commit c9ab81612f

View File

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