mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
comment
This commit is contained in:
parent
7d7df1978f
commit
0e0bd6c24c
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ async function shouldSkipValidation(filePath: string, totalLines: number, cline:
|
|||
|
||||
/**
|
||||
* Validates a single-line file (likely minified) to see if it fits in context
|
||||
* NOTE: because we cannot chunk lines in file reads, we still cannot handle single-line files that do not fit in context
|
||||
*/
|
||||
async function validateSingleLineFile(
|
||||
filePath: string,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue