Skip to content

Commit 2c5b667

Browse files
committed
Calls repo.fetch to ensure events are triggered
1 parent d6ecf89 commit 2c5b667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git/gitService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ export class GitService implements Disposable {
516516

517517
if (token.isCancellationRequested) break;
518518

519-
await this.fetch(repo.path);
519+
await repo.fetch({ progress: false });
520520
}
521521
}
522522
);

0 commit comments

Comments
 (0)