diff --git a/gulp/contributors.js b/gulp/contributors.js index 3d5b5d7c..396b364c 100644 --- a/gulp/contributors.js +++ b/gulp/contributors.js @@ -61,7 +61,7 @@ function PRIsTranslation(link) { console.log("GITHUB HAS RATE-LIMITED THIS MACHINE, PLEASE WAIT ABOUT AN HOUR"); throw new Error("rate-limit reached"); } - console.log(res); + for (let file of res) { if (!file.filename.startsWith("translations/")) return false; }