Skip to content

Commit 52b273a

Browse files
committed
Go: Include workspace count in success message
1 parent 8055c5d commit 52b273a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/extractor/cli/go-autobuilder/go-autobuilder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ func installDependenciesAndBuild() {
664664
strings.Join(unsuccessfulProjects, ", "))
665665
diagnostics.EmitExtractionFailedForProjects(unsuccessfulProjects)
666666
} else {
667-
log.Println("Success: extraction succeeded for all discovered projects.")
667+
log.Printf("Success: extraction succeeded for all %d discovered project(s).\n", len(workspaces))
668668
}
669669
}
670670

0 commit comments

Comments
 (0)