mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Fix typo in last commit
This commit is contained in:
parent
749cec0f09
commit
4fc8eef1c1
1 changed files with 1 additions and 1 deletions
|
@ -1261,7 +1261,7 @@ function jsonPruneFetchResponse(
|
|||
if ( logLevel === true ) {
|
||||
log('json-prune-fetch-response:', JSON.stringify(Array.from(args)).slice(1,-1));
|
||||
}
|
||||
if ( rawNeedlePaths === '' ) { return fetchPromise; }
|
||||
if ( rawPrunePaths === '' ) { return fetchPromise; }
|
||||
let outcome = 'match';
|
||||
if ( propNeedles.size !== 0 ) {
|
||||
const objs = [ args[0] instanceof Object ? args[0] : { url: args[0] } ];
|
||||
|
|
Loading…
Reference in a new issue