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

View File

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