Skip to content

Commit 6240b83

Browse files
committed
making sure git repo exists before enabling pr update
1 parent 8f9a7e1 commit 6240b83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rovo-dev/rovoDevPullRequestHandler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export class RovoDevPullRequestHandler {
3333

3434
if (gitApi.repositories.length === 0) {
3535
const error = new Error('No Git repositories in workspace');
36-
RovoDevTelemetryProvider.logError(error, 'No Git repositories in workspace');
3736
throw error;
3837
}
3938

0 commit comments

Comments
 (0)