diff options
| author | Aiden Cline <[email protected]> | 2025-10-24 13:46:47 -0500 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-10-24 13:46:47 -0500 |
| commit | 5a0228897bc0d177b7433b6b787e8ff92cb4b658 (patch) | |
| tree | 0ac6c9ae39466e60460b142fea720b5f519fe822 | |
| parent | e2920c06a389fc49b2e05601223995329dc30b82 (diff) | |
| download | opencode-5a0228897bc0d177b7433b6b787e8ff92cb4b658.tar.gz opencode-5a0228897bc0d177b7433b6b787e8ff92cb4b658.zip | |
ignore: reword
| -rw-r--r-- | packages/opencode/src/tool/edit.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/tool/edit.ts b/packages/opencode/src/tool/edit.ts index c35f89697..c993c5fbf 100644 --- a/packages/opencode/src/tool/edit.ts +++ b/packages/opencode/src/tool/edit.ts @@ -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.", ) } |
