mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix typo in console output
Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3901
This commit is contained in:
parent
daccdf5026
commit
abe9cdbef7
1 changed files with 1 additions and 1 deletions
|
|
@ -2972,7 +2972,7 @@ export class AstFilterParser {
|
|||
const indent = ' '.repeat(walker.depth);
|
||||
console.log(`${indent}type=${name} "${value}" 0b${bits}`);
|
||||
if ( this.isNodeTransformed(node) ) {
|
||||
console.log(`${indent} transform="${this.getNodeTransform(node)}`);
|
||||
console.log(`${indent} transform="${this.getNodeTransform(node)}"`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue