FlyingKatsu-Discord-Bots / MrProg

A Discord bot themed for MMBN fans (or anyone who wants a bot friend)
1 stars 1 forks source link

Undefined reference in error handler #22

Closed 23nd closed 7 years ago

23nd commented 7 years ago

This unhandled case during failure to reconnect caused the bot to shutdown unexpectedly.

Raspbian mail reported that the cause was using error.message when error is undefined in the onError event handler in line 1031 of bot.js

23nd commented 7 years ago

Would also be nice to have timestamps with these logs

23nd commented 7 years ago

Should probably use momentJS for timestamps, but current implementation works. Closing this issue.