mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-23 03:07:58 +00:00
Add a log for the url (#282098)
so it's clear what fails. We saw rate limiting from GH EDU.
This commit is contained in:
committed by
GitHub
parent
6f28b3265a
commit
55d06aa3a1
@@ -301,9 +301,11 @@ export class GitHubServer implements IGitHubServer {
|
||||
? 'faculty'
|
||||
: 'none';
|
||||
} else {
|
||||
this._logger.info(`Unable to resolve optional EDU details. Status: ${result.status} ${result.statusText}`);
|
||||
edu = 'unknown';
|
||||
}
|
||||
} catch (e) {
|
||||
this._logger.info(`Unable to resolve optional EDU details. Error: ${e}`);
|
||||
edu = 'unknown';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user