fix(FN-2116): restore agent run logs

This commit is contained in:
Fusion
2026-04-18 17:59:42 -07:00
committed by gsxdsm
parent 8e75c39353
commit 2f138cdf61
5 changed files with 106 additions and 59 deletions

View File

@@ -253,7 +253,7 @@ export class AgentStore extends EventEmitter {
normalizedRun.endedAt,
normalizedRun.status,
);
imported += result.changes;
imported += Number(result.changes);
} catch {
// Legacy run files may be partially written or manually edited; ignore them.
}