mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -221,8 +221,8 @@ class StaticNetFilteringEngine {
|
|||
snfeProxyInstance = this;
|
||||
}
|
||||
|
||||
async useLists(lists) {
|
||||
await useLists(lists);
|
||||
useLists(lists) {
|
||||
return useLists(lists);
|
||||
}
|
||||
|
||||
matchRequest(details) {
|
||||
|
|
Loading…
Reference in a new issue