Sfoglia il codice sorgente

Avoids unhelpful gate

main
Eric Amodio 2 anni fa
parent
commit
555bd74a06
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      src/git/remotes/provider.ts

+ 0
- 1
src/git/remotes/provider.ts Vedi File

@ -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);

Caricamento…
Annulla
Salva