dwhitacre / easy-twitch-bot

Extendable PnP rule based twitch bot framework
Apache License 2.0
1 stars 0 forks source link

consider catching thrown errors #15

Open dwhitacre opened 5 years ago

dwhitacre commented 5 years ago

currently we throw errors in a couple different scenarios

however doing so (especially in async functions) will likely terminate the node process. we may want to consider saving the node process in these scenarios and just logging these errors instead.