mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
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);
|
useLists.promise = Promise.all(promises);
|
||||||
await useLists.promise;
|
await useLists.promise;
|
||||||
useLists.promise = null;
|
useLists.promise = null; // eslint-disable-line require-atomic-updates
|
||||||
|
|
||||||
// Commit changes
|
// Commit changes
|
||||||
snfe.freeze();
|
snfe.freeze();
|
||||||
|
Loading…
Reference in New Issue
Block a user