Skip to content

Commit

Permalink
debug #1676
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy committed Oct 19, 2023
1 parent 46ade20 commit 7d2544d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ before(async function () {
});

let rulesets = checker.rulesets;
rulesets.forEach(function (rs) {
rulesets.forEach(function (rs) { console.log("rulesets=" +JSON.stringify(rulesets));
if (rs.id in policyMap) {
for (const cp of rs.checkpoints) {
for (const rule of cp.rules) {
Expand Down

0 comments on commit 7d2544d

Please sign in to comment.