We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8055c5d commit 52b273aCopy full SHA for 52b273a
go/extractor/cli/go-autobuilder/go-autobuilder.go
@@ -664,7 +664,7 @@ func installDependenciesAndBuild() {
664
strings.Join(unsuccessfulProjects, ", "))
665
diagnostics.EmitExtractionFailedForProjects(unsuccessfulProjects)
666
} else {
667
- log.Println("Success: extraction succeeded for all discovered projects.")
+ log.Printf("Success: extraction succeeded for all %d discovered project(s).\n", len(workspaces))
668
}
669
670
0 commit comments