diff --git a/src/core/Cline.ts b/src/core/Cline.ts index 7a118d10a8..ec0a9b1bce 100644 --- a/src/core/Cline.ts +++ b/src/core/Cline.ts @@ -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) }