mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 18:53:29 +00:00
builder: print the status of the job that just completed
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ func runJobs(job *compileJob, sema chan struct{}) error {
|
|||||||
numRunningJobs--
|
numRunningJobs--
|
||||||
<-sema
|
<-sema
|
||||||
if jobRunnerDebug {
|
if jobRunnerDebug {
|
||||||
fmt.Println("## finished:", job.description, "(time "+job.duration.String()+")")
|
fmt.Println("## finished:", completed.description, "(time "+completed.duration.String()+")")
|
||||||
}
|
}
|
||||||
if completed.err != nil {
|
if completed.err != nil {
|
||||||
// Wait for any current jobs to finish.
|
// Wait for any current jobs to finish.
|
||||||
|
|||||||
Reference in New Issue
Block a user