undo shit from eariler
This commit is contained in:
@@ -111,7 +111,7 @@ class WTVNews {
|
|||||||
reject(e);
|
reject(e);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.client.listNewsgroups(search).then((data) => {
|
this.client.listNewsgroups((search === '*') ? '*' : '*' + search + '*').then((data) => {
|
||||||
resolve(this.processGroupList(data));
|
resolve(this.processGroupList(data));
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
console.error(" * WTVNews Error:", "Command: listGroups (search)", search, e);
|
console.error(" * WTVNews Error:", "Command: listGroups (search)", search, e);
|
||||||
|
|||||||
Reference in New Issue
Block a user