feat: print an error here, just in case

pull/243/head
Josh Moore 1 year ago
parent 46fabc223f
commit e0e4acbcf4

@ -97,7 +97,7 @@ async function main() {
}
// Start program
main().catch(() => process.exit(1));
main().catch((err) => (console.error(err), process.exit(1)));
// Exit tasks
['SIGINT', 'SIGTERM'].forEach((signal) => process.addListener(signal as any, () => {

Loading…
Cancel
Save