We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bf880 commit eb76b32Copy full SHA for eb76b32
src/services/code-index/processors/scanner.ts
@@ -311,8 +311,8 @@ export class DirectoryScanner implements IDirectoryScanner {
311
),
312
)
313
}
314
- // Re-throw to maintain consistent error handling
315
- throw error
+ // Log error and continue processing instead of re-throwing
+ console.error(`Failed to delete points for removed file: ${cachedFilePath}`, error)
316
317
318
0 commit comments