Skip to content

Commit 746aa2a

Browse files
authored
Add more debug logging for #6022 (#6561)
1 parent 084485d commit 746aa2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/github/githubRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,8 +1020,8 @@ export class GitHubRepository extends Disposable {
10201020

10211021
async getPullRequest(id: number): Promise<PullRequestModel | undefined> {
10221022
try {
1023-
Logger.debug(`Fetch pull request ${id} - enter`, this.id);
10241023
const { query, remote, schema } = await this.ensure();
1024+
Logger.debug(`Fetch pull request ${remote.owner}/${remote.repositoryName} ${id} - enter`, this.id);
10251025

10261026
const { data } = await query<PullRequestResponse>({
10271027
query: schema.PullRequest,

0 commit comments

Comments
 (0)