diff --git a/src/plus/github/github.ts b/src/plus/github/github.ts index 12e1dcf..e2aaae4 100644 --- a/src/plus/github/github.ts +++ b/src/plus/github/github.ts @@ -2270,7 +2270,7 @@ export class GitHubApi implements Disposable { private _enterpriseVersions = new Map(); - @debug({ args: { 0: '' } }) + @debug({ args: { 0: p => p?.name, 1: '' } }) private async getEnterpriseVersion( provider: RichRemoteProvider | undefined, token: string, @@ -2707,7 +2707,7 @@ export class GitHubApi implements Disposable { } } - @debug({ args: { 0: '' } }) + @debug({ args: { 0: p => p.name, 1: '' } }) async searchMyIssues( provider: RichRemoteProvider, token: string,