Skip to content

Commit

Permalink
This is an error! Treat it like one!
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Feb 1, 2016
1 parent 7b69fd6 commit 9893399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function build(appDirectory, jar, appId, profileTag, formDataExtra, options) {
return Q.reject('Selected security profile does not have credentials for the selected platform.');
}
}, function(err) {
logging.logger.error(err);
return Q.reject(err);
});
}

Expand Down

0 comments on commit 9893399

Please sign in to comment.