progress for multi-server usenet
This commit is contained in:
@@ -359,6 +359,7 @@ class WTVNews {
|
||||
if (article === "getCaseInsensitiveKey" || isNaN(article)) continue;
|
||||
promises.push(new Promise((resolve, reject) => {
|
||||
this.getHeader(NGArticles[article]).then((data) => {
|
||||
console.log(data)
|
||||
if (data.article) messages.push(data.article)
|
||||
resolve();
|
||||
}).catch((e) => {
|
||||
|
||||
Reference in New Issue
Block a user