소스 검색

Avoids unhelpful gate

main
Eric Amodio 2 년 전
부모
커밋
555bd74a06
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      src/git/remotes/provider.ts

+ 0
- 1
src/git/remotes/provider.ts 파일 보기

@ -524,7 +524,6 @@ export abstract class RichRemoteProvider extends RemoteProvider {
private _prsByCommit = new Map<string, Promise<PullRequest | null> | PullRequest | null>();
@gate()
@debug()
getPullRequestForCommit(ref: string): Promise<PullRequest | undefined> | PullRequest | undefined {
let pr = this._prsByCommit.get(ref);

불러오는 중...
취소
저장