kill submitter on failed submit

This commit is contained in:
Maximilian Schneider 2021-09-28 16:54:15 +00:00
parent e4f257d087
commit 207a51a150
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ export class Submitter {
this.logger.error("Submit error", {
err: err.toString(),
})
process.exit(-2)
}
}
}