mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Minor change to debug output
This commit is contained in:
parent
fb037e97d0
commit
ae6b53479d
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ export const getMatchedRules = (( ) => {
|
|||
}
|
||||
}
|
||||
const ruleId = rule.id;
|
||||
rule.id = `${rulesetId}-${ruleId}`;
|
||||
rule.id = `${rulesetId}/${ruleId}`;
|
||||
ruleset.set(ruleId, rule);
|
||||
}
|
||||
rulesets.set(rulesetId, ruleset);
|
||||
|
|
|
|||
Loading…
Reference in a new issue