unparsable

This commit is contained in:
Prospector
2025-12-31 10:27:07 -08:00
parent 3a40ee8713
commit fca5b7b544

View File

@@ -298,7 +298,7 @@ function analyzeFile(filePath: string): FileIssue[] {
}
}
} catch {
// Silent fail for unparseable files
// Silent fail for unparsable files
}
return issues