ignore: reword

This commit is contained in:
Aiden Cline
2025-10-24 13:46:47 -05:00
parent 4520352b71
commit bda7fd9ad6
+1 -1
View File
@@ -621,6 +621,6 @@ export function replace(content: string, oldString: string, newString: string, r
throw new Error("oldString not found in content")
}
throw new Error(
"Found multiple matches for oldString. Include more surrounding code lines in oldString to uniquely identify which occurrence to replace.",
"Found multiple matches for oldString. Provide more surrounding lines in oldString to identify the correct match.",
)
}