mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Fix bad copy-paste
This commit is contained in:
parent
8e9189f3a9
commit
6c5dcb43da
1 changed files with 1 additions and 1 deletions
|
@ -1147,7 +1147,7 @@ FilterContainer.prototype.dump = function() {
|
|||
...Array.from(this.lowlyGeneric.cl.complex.values()).map(a => ` ##.${a}`),
|
||||
`+ highly.simple: ${this.highlyGeneric.simple.dict.size}`,
|
||||
...Array.from(this.highlyGeneric.simple.dict).map(a => ` ##${a}`),
|
||||
`+ highly.complex: ${this.lowlyGeneric.id.simple.size}`,
|
||||
`+ highly.complex: ${this.highlyGeneric.complex.dict.size}`,
|
||||
...Array.from(this.highlyGeneric.complex.dict).map(a => ` ##${a}`),
|
||||
].join('\n');
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue