mirror of https://github.com/gorhill/uBlock.git
Fix ESLint warning in useLists() (#3855)
This commit is contained in:
parent
2effd7ba3d
commit
b83e2d4e2b
|
@ -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