trying re-patch loading stream
This commit is contained in:
@@ -174,7 +174,7 @@ exports.loadFeeds = function () {
|
|||||||
console.log(err + " " + feedBlock.link);
|
console.log(err + " " + feedBlock.link);
|
||||||
//return;
|
//return;
|
||||||
}
|
}
|
||||||
|
if (feed.items !== null) {
|
||||||
feed.items.forEach(item => {
|
feed.items.forEach(item => {
|
||||||
var foundFeed = false;
|
var foundFeed = false;
|
||||||
linkFlayerMap.forEach(linkFlay => {
|
linkFlayerMap.forEach(linkFlay => {
|
||||||
@@ -193,6 +193,7 @@ exports.loadFeeds = function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user