Charca / bootbot

Facebook Messenger Bot Framework for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exceptions are swallowed by BootBot

xram opened this issue · comments

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.).