mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
chore: print to terminal when checking existence
This commit is contained in:
parent
b645eeeb3d
commit
15addee110
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ export class GitRemoteFetchConfigService {
|
|||
);
|
||||
const checkBranches: string[] = Array.from(branchToValues.keys()).filter((x) => x !== '*');
|
||||
|
||||
this._terminalService.terminal.writeLine(`Checking tracking branches...`);
|
||||
|
||||
const remoteBranchExistenceInfo: Record<string, boolean> =
|
||||
await this._gitService.checkRemoteBranchesExistenceAsync(remote, checkBranches);
|
||||
|
||||
|
|
Loading…
Reference in a new issue