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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ const LOG_STYLES: Record<LogType, LogStyle> = {
export function parseLogs(logString: string): LogLine[] {
// 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
// Should return :
// { timestamp: new Date("2024-12-10T10:00:00.000Z"),