placing error check feed issue

This commit is contained in:
John Facey
2022-06-26 18:36:45 -05:00
parent f02d9469d6
commit 4056bfc567

View File

@@ -195,6 +195,9 @@ exports.loadFeeds = function () {
});
}
else {
console.log('error parsing :' + feedBlock.link);
}
})