Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWelt committed Jan 24, 2025
1 parent af2138d commit df9fcfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ai_reviewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export class AIReviewer {
}

try {
console.log(`Reviewing ${filename}`)
var res = await chat.reviewPatch(patch)

Check failure on line 112 in src/ai_reviewer.ts

View workflow job for this annotation

GitHub Actions / TypeScript Tests

Unexpected var, use let or const instead
} catch (error) {
console.error(`Failed to review ${filename}:`, error)
Expand Down

0 comments on commit df9fcfa

Please sign in to comment.