mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
attempt to fix failing test on windows in ci build
This commit is contained in:
parent
c0f615bca7
commit
9e2476c667
1 changed files with 2 additions and 2 deletions
|
|
@ -97,8 +97,8 @@ export class MetadataScanner {
|
|||
}
|
||||
}
|
||||
|
||||
// Recursively scan subdirectories
|
||||
if (!localizedMetadata || !this.isPackageMetadata(localizedMetadata)) {
|
||||
// Only scan subdirectories if no metadata was found
|
||||
if (!localizedMetadata) {
|
||||
const subGenerator = this.scanDirectoryBatched(componentDir, repoUrl, sourceName, depth + 1)
|
||||
for await (const subBatch of subGenerator) {
|
||||
batch.push(...subBatch)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue