(date: Date)
| 58 | } |
| 59 | |
| 60 | export function dateToFilename(date: Date): string { |
| 61 | return date.toISOString().replace(/[:.]/g, '-') |
| 62 | } |
| 63 | |
| 64 | // In-memory error log for recent errors |
| 65 | // Moved from bootstrap/state.ts to break import cycle |
no test coverage detected