format fix

This commit is contained in:
vivek-kothandapani 2025-01-28 18:14:56 -05:00
parent 907ad48371
commit c587c6f7ac

View file

@ -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)
}