Merge branch 'master' into request-log

This commit is contained in:
Liam Newman
2019-09-09 16:54:24 -07:00
committed by GitHub
390 changed files with 43859 additions and 82 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);
}
}