commands+=`[$(git-pull-request) PR (${GlyphChars.Ellipsis})](command:${Commands.RefreshHover} "Searching for a Pull Request (if any) that introduced this commit...")${separator}`;
commands+=`[$(git-pull-request) PR $(sync~spin)](command:${Commands.RefreshHover} "Searching for a Pull Request (if any) that introduced this commit...")${separator}`;
}elseif(pr.provider!=null){
commands+=`[$(plug) Connect to ${pr.provider.name}${
GlyphChars.Ellipsis
@ -472,7 +472,7 @@ export class CommitFormatter extends Formatter {
}
}elseif(prinstanceofPromises.CancellationError){
text=this._options.markdown
?`[PR ${GlyphChars.Ellipsis}](command:${Commands.RefreshHover} "Searching for a Pull Request (if any) that introduced this commit...")`
?`[PR $(sync~spin)](command:${Commands.RefreshHover} "Searching for a Pull Request (if any) that introduced this commit...")`