builder: print the status of the job that just completed
Этот коммит содержится в:
родитель
4e9f9e2773
коммит
06e34caa5f
1 изменённых файлов: 1 добавлений и 1 удалений
|
@ -134,7 +134,7 @@ func runJobs(job *compileJob, sema chan struct{}) error {
|
|||
numRunningJobs--
|
||||
<-sema
|
||||
if jobRunnerDebug {
|
||||
fmt.Println("## finished:", job.description, "(time "+job.duration.String()+")")
|
||||
fmt.Println("## finished:", completed.description, "(time "+completed.duration.String()+")")
|
||||
}
|
||||
if completed.err != nil {
|
||||
// Wait for any current jobs to finish.
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче