balena-io-modules / balena-procbots

Process bots used for automating the development and deployment CI pipeline
https://balena-io-modules.github.io/balena-procbots/
Apache License 2.0
7 stars 3 forks source link

syncbot: Don't report back undefined error messages #617

Closed jviotti closed 6 years ago

jviotti commented 6 years ago

Looks like some error objects coming from Flowdock are actually strings, so something like err.message will evaluate to undefined, and the logs will make little sense.

This is a real Flowdock response, as an example:

"threadDetails": {
    "err": "Cannot email a thread without a message."
}

Change-type: patch