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 19df13c commit 29137fbCopy full SHA for 29137fb
src/core/tools/writeToFileTool.ts
@@ -115,7 +115,7 @@ export async function writeToFileTool(
115
cline.consecutiveMistakeCount++
116
cline.recordToolError("write_to_file")
117
pushToolResult(await cline.sayAndCreateMissingParamError("write_to_file", "line_count"))
118
- await cline.diffViewProvider.reset()
+ await cline.diffViewProvider.revertChanges()
119
return
120
}
121
0 commit comments