Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): Remove broken error handling
data.state is not available when using Q.all() and only works with Q.allSettled(). As Q.all() is now used it does not make sense to do this check as the Promise will be rejected immediately with an error if one of the calls to github fails.
- Loading branch information