fix: remove undefined logger reference in SelfEvolveTool

This commit is contained in:
admin
2026-05-05 18:17:49 +00:00
Unverified
parent 5ccae14bc7
commit c97e42e052

View File

@@ -189,7 +189,6 @@ export class SelfEvolveTool {
// ── STEP 2: File-level backup (survives even git corruption) ── // ── STEP 2: File-level backup (survives even git corruption) ──
const backupId = this._backupFile(absPath, relPath, checkpoint); const backupId = this._backupFile(absPath, relPath, checkpoint);
logger.info(`💾 File backup: ${backupId}`);
// ── STEP 3: Apply patch ── // ── STEP 3: Apply patch ──
const newContent = content.replace(oldCode, newCode); const newContent = content.replace(oldCode, newCode);