Merge pull request #35 from vector-im/dbkr/exitcode

Exit with exit code on exception
This commit is contained in:
David Baker 2020-02-28 09:36:44 +00:00 committed by GitHub
commit 638fcabf16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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