Skip to content

Commit

Permalink
修复读取部署任务日志异常问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lbemi committed Dec 3, 2024
1 parent 7b3840e commit 5cb6d49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/plan/plan_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ func (p *plan) WatchTaskLog(ctx context.Context, planId int64, taskId int64, w h
}
flush.Flush()
}

return nil
}

Expand Down

0 comments on commit 5cb6d49

Please sign in to comment.