1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-28 21:57:12 +02:00

[mv3] Minor change to debug output

This commit is contained in:
Raymond Hill 2024-08-06 14:55:30 -04:00
parent fb037e97d0
commit ae6b53479d
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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);