Log errors when downloading lokalise translations (#18781)
parent
07ae958eb0
commit
db68c7faa9
|
@ -161,6 +161,10 @@ gulp.task("fetch-lokalise", async function () {
|
|||
})
|
||||
);
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error(err);
|
||||
throw err;
|
||||
})
|
||||
)
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue