chore(cmd/joj3): only log program name
All checks were successful
submodules sync / sync (push) Successful in 38s
build / build (push) Successful in 1m13s
build / trigger-build-image (push) Successful in 7s

This commit is contained in:
张泊明518370910136 2024-11-02 03:10:31 -04:00
parent 29d34dd822
commit 0e365a43ae
GPG Key ID: D47306D7062CDA9D

View File

@ -45,7 +45,7 @@ func Run(conf *conf.Conf, runID string) error {
if text == "" { if text == "" {
continue continue
} }
slog.Info(fmt.Sprintf("%s %s", name, cmdArgs[0]), "stderr", text) slog.Info(name, "stderr", text)
} }
wg.Done() wg.Done()
if scanner.Err() != nil { if scanner.Err() != nil {