1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00
This commit is contained in:
Raymond Hill 2021-09-12 10:48:48 -04:00
commit 670c5f1a7b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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();