diff --git a/build-scripts/gulp/download-translations.js b/build-scripts/gulp/download-translations.js index c1e4064f67a8..70a3cc12f18c 100644 --- a/build-scripts/gulp/download-translations.js +++ b/build-scripts/gulp/download-translations.js @@ -161,6 +161,10 @@ gulp.task("fetch-lokalise", async function () { }) ); }) + .catch((err) => { + console.error(err); + throw err; + }) ) ); });