mirror of https://github.com/gorhill/uBlock.git
Let the caller do the awaiting
Local useLists() no longer returns a reference to internal snfe instance.
This commit is contained in:
parent
19160f9018
commit
02a17af810
|
@ -221,8 +221,8 @@ class StaticNetFilteringEngine {
|
|||
snfeProxyInstance = this;
|
||||
}
|
||||
|
||||
async useLists(lists) {
|
||||
await useLists(lists);
|
||||
useLists(lists) {
|
||||
return useLists(lists);
|
||||
}
|
||||
|
||||
matchRequest(details) {
|
||||
|
|
Loading…
Reference in New Issue