matrix-io / matrix-os

MATRIX OS Codebase
https://creator.matrix.one
GNU General Public License v3.0
75 stars 17 forks source link

Change secret/token missing message #46

Closed diegoribero closed 7 years ago

diegoribero commented 7 years ago

Removed part of the cryptic error, added a friendlier message.

This requires the matrix-node-sdk pull request for dr/error to be accepted. Feel free to test using that branch if necessary

eighteyes commented 7 years ago

We could have handled this by just looking at process.env :) But this will throw on bad creds, so that's good. :)

eighteyes commented 7 years ago

Merged