mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-02-22 07:40:41 +01:00
Merge pull request #35 from vector-im/dbkr/exitcode
Exit with exit code on exception
This commit is contained in:
commit
638fcabf16
@ -133,4 +133,4 @@ async function main() {
|
||||
}
|
||||
}
|
||||
|
||||
main();
|
||||
main().catch(() => process.exit(1));
|
||||
|
Loading…
x
Reference in New Issue
Block a user