mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 19:00:45 +00:00
feat(cron): surface run diagnostics in status (#75928)
* feat(cron): surface run diagnostics in status * docs: add cron diagnostics changelog * fix(cron): preserve latest run diagnostics * test(cron): update diagnostics regression deps
This commit is contained in:
@@ -380,4 +380,5 @@ export function printCronShow(
|
||||
runtime.log(`next: ${formatRelative(job.state.nextRunAtMs, Date.now())}`);
|
||||
runtime.log(`last: ${formatRelative(job.state.lastRunAtMs, Date.now())}`);
|
||||
runtime.log(`status: ${formatStatus(job)}`);
|
||||
runtime.log(`diagnostic: ${job.state.lastDiagnosticSummary ?? "-"}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user