mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 09:32:19 +00:00
ignore: reword
This commit is contained in:
parent
e2920c06a3
commit
5a0228897b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue