mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix typo
This commit is contained in:
parent
acf7f39a60
commit
013e6db6ef
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ async function useLists(lists, options = {}) {
|
|||
// Populate filtering engine with resolved filter lists
|
||||
const promises = [];
|
||||
for ( const list of lists ) {
|
||||
promises.push(Promise.resolve(list).then(list => consumeList(list));
|
||||
promises.push(Promise.resolve(list).then(list => consumeList(list)));
|
||||
}
|
||||
|
||||
useLists.promise = Promise.all(promises);
|
||||
|
|
|
|||
Loading…
Reference in a new issue