···107107 prev = e.PreviousRun()
108108 }
109109110110+ task.lock.Lock()
110111 // If the manual run is after the cron run, use that instead.
111112 if prev.Before(task.LastRun) {
112113 prev = task.LastRun
113114 }
114114-115115- task.lock.Lock()
116115 tTable = append(tTable, &TaskTableRow{
117116 Name: task.Name,
118117 Spec: spec,