mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Revert changes on omitted line count in write_to_file (#2807)
This commit is contained in:
parent
19df13c760
commit
29137fbfec
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ export async function writeToFileTool(
|
|||
cline.consecutiveMistakeCount++
|
||||
cline.recordToolError("write_to_file")
|
||||
pushToolResult(await cline.sayAndCreateMissingParamError("write_to_file", "line_count"))
|
||||
await cline.diffViewProvider.reset()
|
||||
await cline.diffViewProvider.revertChanges()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue