fix: logs io buffer combine

This commit is contained in:
engigu
2026-02-08 11:03:11 +08:00
parent b291e3740f
commit 6402943462
9 changed files with 67 additions and 27 deletions
+2
View File
@@ -319,6 +319,7 @@ export interface TaskLog {
command: string
status: string
duration: number
error: string | null
start_time: string | null
end_time: string | null
created_at: string
@@ -336,6 +337,7 @@ export interface LogDetail {
task_id: number
command: string
output: string
error: string | null
status: string
duration: number
start_time: string | null