mirror of https://github.com/gorhill/uBlock.git
Properly report `:spath` operator of procedural cosmetic filters in logger
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/453
This commit is contained in:
parent
58d23ec037
commit
e49debd5dd
|
@ -332,6 +332,8 @@
|
|||
raw.push(':not', '(', decompile(task[1]), ')');
|
||||
break;
|
||||
case ':spath':
|
||||
raw.push(task[1]);
|
||||
break;
|
||||
case ':watch-attrs':
|
||||
case ':xpath':
|
||||
raw.push(task[0], '(', task[1], ')');
|
||||
|
|
Loading…
Reference in New Issue