mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 19:24:22 +01:00
ignore: reword
This commit is contained in:
@@ -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.",
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user