Skip to content

Commit

Permalink
Terrible hack to fix #203 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefreak authored and geekgonecrazy committed Jul 13, 2017
1 parent ff77381 commit 4a71585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rocketchat.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class RocketChatBotAdapter extends Adapter
@robot.logger.error "If joining GENERAL please make sure its using all caps."
@robot.logger.error "If using LDAP, turn off LDAP, and turn on general user registration with email
verification off."
process.exit 1 #hack to make hubot die on login error to fix #203
throw loginErr #rethrow to exit the chain
)
# Get room IDS
Expand Down

0 comments on commit 4a71585

Please sign in to comment.