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 d436449 commit 3ae7065
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.';
throw 'Error: Could not retrieve latest release from Github due to:' + error + '(body: ' + body + ')';
}

importSpecialPages();
Expand Down

0 comments on commit 3ae7065

Please sign in to comment.