mirror of
https://github.com/element-hq/element-desktop
synced 2025-03-12 23:43:43 +01:00
Exit with exit code on exception
Otherwise running the check script will just exit with 0 which is pointless.
This commit is contained in:
parent
18dbad4e8c
commit
8b8203cea8
@ -133,4 +133,4 @@ async function main() {
|
||||
}
|
||||
}
|
||||
|
||||
main();
|
||||
main().catch(process.exit(1));
|
||||
|
Loading…
x
Reference in New Issue
Block a user