chore(logs): update utils.ts

Exemple -> Example
This commit is contained in:
Ikko Eltociear Ashimine
2025-01-20 03:15:02 +09:00
committed by GitHub
parent b166cd5bfa
commit ad71e8b36a

View File

@@ -43,7 +43,7 @@ const LOG_STYLES: Record<LogType, LogStyle> = {
export function parseLogs(logString: string): LogLine[] { export function parseLogs(logString: string): LogLine[] {
// Regex to match the log line format // Regex to match the log line format
// Exemple of return : // Example of return :
// 1 2024-12-10T10:00:00.000Z The server is running on port 8080 // 1 2024-12-10T10:00:00.000Z The server is running on port 8080
// Should return : // Should return :
// { timestamp: new Date("2024-12-10T10:00:00.000Z"), // { timestamp: new Date("2024-12-10T10:00:00.000Z"),