mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
add error message when news retrieval fails
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user