Archived
1
0

asher: again

This commit is contained in:
Joe Previte
2022-09-21 14:32:23 -07:00
parent 5de48da8bf
commit 77adf7bda8
4 changed files with 10 additions and 9 deletions

View File

@ -60,6 +60,7 @@ async function entry(): Promise<void> {
return wrapper.start(args)
}
// ignore me
entry().catch((error) => {
logger.error(error.message)
wrapper.exit(error)