I was AFK, came back to my computer, and saw the following stack trace in the bottom left corner of the terminal UI:
TypeError: Cannot read property 'threads' of undefined
at EventEmitter.<anonymous> (/Users/ispivey/src/glycerin/src/lib/model/chat.js:227:31)
at EventEmitter.emit (events.js:310:20)
at /Users/ispivey/src/glycerin/src/lib/api/events.js:71:20
at Array.forEach (<anonymous>)
at IncomingMessage.<anonymous> (/Users/ispivey/src/glycerin/src/lib/api/events.js:70:43)
at IncomingMessage.emit (events.js:310:20)
at addChunk (_stream_readable.js:286:12
at readableAddChunk (_stream_readable.js:264:11)
at IncomingMessage.Readable.push (_stream_readable.js:209:10)
at HTTPParser.parserOnBody (_http_common.js:132:24)
I was AFK, came back to my computer, and saw the following stack trace in the bottom left corner of the terminal UI: