Skip to content

Commit

Permalink
backport of cli/26
Browse files Browse the repository at this point in the history
  • Loading branch information
inlined committed Dec 8, 2015
1 parent 10345bf commit 68ae707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/requireAccess.js
Expand Up @@ -19,7 +19,7 @@ module.exports = function(options) {
options.adminToken = res.body.firebaseToken;
return;
}).catch(function(err) {
if (err.exit) {
if (err && err.exit) {
return RSVP.reject(err);
}

Expand Down

0 comments on commit 68ae707

Please sign in to comment.