Skip to content

Commit

Permalink
do not throw error on some changes while checking compatibility table…
Browse files Browse the repository at this point in the history
… updated
  • Loading branch information
slavaleleka committed Nov 3, 2022
1 parent 162089f commit 11d2e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-sources-updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,6 @@ async function checkForABPRedirectsUpdates() {
${added.length ? `Added: ${added}.` : ''}
`;

throw new Error(message);
console.log(message);
}
}());

0 comments on commit 11d2e3c

Please sign in to comment.