new autogenpb

This commit is contained in:
Jeff Carr 2025-02-20 09:39:36 -06:00
parent 2b1f7f54d5
commit 590ce71782
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ func PathExecVerbose(path string, args []string) error {
process.Stdin = os.Stdin
process.Stdout = os.Stdout
err := process.Run()
log.Info("Exec() cmd:", args)
if err != nil {
log.Info("ExecCheck() err", err)
return err