Merge branch 'master' into issue_330_statistics

This commit is contained in:
Liam Newman
2019-09-24 18:19:35 -07:00
committed by GitHub
404 changed files with 44118 additions and 158 deletions

View File

@@ -526,7 +526,7 @@ class Requester {
}
}
} catch (IOException e) {
throw new GHException("Failed to retrieve "+url);
throw new GHException("Failed to retrieve " + url, e);
}
}