mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
format fix
This commit is contained in:
parent
907ad48371
commit
c587c6f7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1604,7 +1604,7 @@ export class Cline {
|
|||
}
|
||||
|
||||
// open the editor if not done already. This is to fix diff error when model provides correct search-replace text but Cline throws error
|
||||
// because file is not open.
|
||||
// because file is not open.
|
||||
if (!this.diffViewProvider.isEditing) {
|
||||
await this.diffViewProvider.open(relPath)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue