Improve shutdown in the test script

This commit is contained in:
Jonas Lochmann
2021-03-08 01:00:00 +01:00
parent 24563bdc4a
commit 21d7fa839f
3 changed files with 10 additions and 4 deletions
@@ -52,5 +52,4 @@ async function main() {
main().catch((ex) => {
console.warn(ex)
process.exit(1)
})