Skip to content

Commit

Permalink
fix: add task start log
Browse files Browse the repository at this point in the history
  • Loading branch information
bitxeno committed Jun 25, 2024
1 parent 4f8a2be commit 8507538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/task/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func (t *Task) Run() {
return
}

log.Info("Start executing installation task...")
for _, v := range installedApps {
if !t.checkNeedRefresh(v) {
continue
Expand Down

0 comments on commit 8507538

Please sign in to comment.