mirror of https://github.com/gorhill/uBlock.git
Merge branch 'master' of https://github.com/gorhill/uBlock
This commit is contained in:
commit
670c5f1a7b
|
@ -180,7 +180,7 @@ async function useLists(lists, options = {}) {
|
|||
|
||||
useLists.promise = Promise.all(promises);
|
||||
await useLists.promise;
|
||||
useLists.promise = null;
|
||||
useLists.promise = null; // eslint-disable-line require-atomic-updates
|
||||
|
||||
// Commit changes
|
||||
snfe.freeze();
|
||||
|
|
Loading…
Reference in New Issue