jeresig / pulley

Easy Github Pull Request Lander
MIT License
175 stars 24 forks source link

Exit if error is returned when fetching a token #61

Closed nschonni closed 11 years ago

nschonni commented 11 years ago

Currently throws TypeError: Cannot read property of 'token' of undefined if any issues are encountered fetching the auth token. This prints the error message and exits back to the shell when an error is encountered.