Merge pull request #1147 from eltociear/patch-2

chore(logs): update utils.ts
This commit is contained in:
Mauricio Siu
2025-01-19 13:24:54 -06:00
committed by GitHub

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"),