Skip to content

Commit

Permalink
add debug info to debug while travis is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
pbakaus committed Oct 15, 2018
1 parent e2c9e76 commit cb2b128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import_docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ request({

latestReleaseTag = body.tag_name; // updates global var, used in the other functions
if (!latestReleaseTag) {
throw 'Error: Could not retrieve latest release from Github due to:' + error + '(body: ' + body + ')';
throw 'Error: Could not retrieve latest release from Github:' + '(body: ' + JSON.stringify(body) + ')';
}

importSpecialPages();
Expand Down

0 comments on commit cb2b128

Please sign in to comment.