Skip to content

Commit

Permalink
Strider-CD#17 added debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Varkel committed May 6, 2016
1 parent f498187 commit 00ff313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ function parsePullRequestData(data) {
function parseCommitData(data) {

if (!data.commits || !data.commits.length) {
debug('possible error of retrieval of data from the api as data seems to be empty', data);
return { notInteresting: true }
}

Expand Down

0 comments on commit 00ff313

Please sign in to comment.