Sfoglia il codice sorgente

Fixes logging

main
Eric Amodio 3 anni fa
parent
commit
7181b1cc7b
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      src/github/github.ts

+ 5
- 0
src/github/github.ts Vedi File

@ -15,6 +15,7 @@ import { Account } from '../git/models/author';
export class GitHubApi {
@debug({
args: {
0: (p: RichRemoteProvider) => p.name,
1: _ => '<token>',
},
})
@ -92,6 +93,7 @@ export class GitHubApi {
@debug({
args: {
0: (p: RichRemoteProvider) => p.name,
1: _ => '<token>',
},
})
@ -165,6 +167,7 @@ export class GitHubApi {
@debug({
args: {
0: (p: RichRemoteProvider) => p.name,
1: _ => '<token>',
},
})
@ -234,6 +237,7 @@ export class GitHubApi {
@debug({
args: {
0: (p: RichRemoteProvider) => p.name,
1: _ => '<token>',
},
})
@ -333,6 +337,7 @@ export class GitHubApi {
@debug({
args: {
0: (p: RichRemoteProvider) => p.name,
1: _ => '<token>',
},
})

Caricamento…
Annulla
Salva