diff --git a/scripts/check-sources-updates.js b/scripts/check-sources-updates.js index 99fe8940..ba6700d2 100644 --- a/scripts/check-sources-updates.js +++ b/scripts/check-sources-updates.js @@ -368,6 +368,6 @@ async function checkForABPRedirectsUpdates() { ${added.length ? `Added: ${added}.` : ''} `; - throw new Error(message); + console.log(message); } }());