1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Tools: Set error code when building website fails

This commit is contained in:
Laurent Cozic 2021-12-17 15:08:52 +01:00
parent 14bef3a149
commit 90363ec233

View File

@ -302,4 +302,5 @@ async function main() {
main().catch((error) => {
console.error(error);
process.exit(1);
});