Charca / bootbot

Facebook Messenger Bot Framework for Node.js
MIT License
974 stars 253 forks source link

Exceptions are swallowed by BootBot #159

Open xram opened 5 years ago

xram commented 5 years ago

sendRequest and getUserProfile are logging errors to the console and not allowing them to propagate to the calling code. This means that the calling code cannot handle the errors appropriately (e.g. logging the error, etc.).