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 b6ea9d1 commit 3f93b5eCopy full SHA for 3f93b5e
src/core/tools/searchAndReplaceTool.ts
@@ -41,7 +41,7 @@ async function validateParams(
41
return false
42
}
43
44
- if (!replace) {
+ if (replace === undefined) {
45
cline.consecutiveMistakeCount++
46
cline.recordToolError("search_and_replace")
47
pushToolResult(await cline.sayAndCreateMissingParamError("search_and_replace", "replace"))
0 commit comments