Skip to content

Commit

Permalink
[JENKINS-31574] @jglick's comment was addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Recena committed Dec 11, 2015
1 parent b8bdb54 commit d9acd2d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -126,7 +126,7 @@ public void onError(IOException e, HttpURLConnection uc) throws IOException {
throw new RateLimitExceededException("GitHub API rate limit exceeded", limit, remaining, reset);
} catch (NumberFormatException nfe) {
// Something wrong happened
throw new IOException();
throw new IOException(nfe);
}
}

Expand Down

0 comments on commit d9acd2d

Please sign in to comment.