fix: remove undefined logger reference in SelfEvolveTool
This commit is contained in:
@@ -189,7 +189,6 @@ export class SelfEvolveTool {
|
||||
|
||||
// ── STEP 2: File-level backup (survives even git corruption) ──
|
||||
const backupId = this._backupFile(absPath, relPath, checkpoint);
|
||||
logger.info(`💾 File backup: ${backupId}`);
|
||||
|
||||
// ── STEP 3: Apply patch ──
|
||||
const newContent = content.replace(oldCode, newCode);
|
||||
|
||||
Reference in New Issue
Block a user