瀏覽代碼

Fixes logging

main
Eric Amodio 3 年之前
父節點
當前提交
7181b1cc7b
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      src/github/github.ts

+ 5
- 0
src/github/github.ts 查看文件

@ -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>',
},
})

Loading…
取消
儲存