mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-06-28 20:14:14 +00:00
update
This commit is contained in:
parent
0ab6d2521f
commit
72059a0f86
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ async function main() {
|
|||
const filteredDiff = parsedDiff.filter((file) => {
|
||||
return !excludePatterns.some((pattern) => {
|
||||
let isMatch = minimatch(file.to ?? "", pattern);
|
||||
console.log(file+","+file.to+","+pattern+": "+isMatch)
|
||||
console.error(file+","+file.to+","+pattern+": "+isMatch)
|
||||
return isMatch
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue