mirror of
https://github.com/home-assistant/frontend.git
synced 2025-06-06 10:16:34 +00:00
Log errors when downloading lokalise translations (#18781)
This commit is contained in:
parent
07ae958eb0
commit
db68c7faa9
@ -161,6 +161,10 @@ gulp.task("fetch-lokalise", async function () {
|
||||
})
|
||||
);
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error(err);
|
||||
throw err;
|
||||
})
|
||||
)
|
||||
);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user