Skip to content

Commit e88fd1b

Browse files
committed
Add error logging in agent command execution to improve debugging
1 parent c0d368a commit e88fd1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ var agentRunWorkflowCmd = &cobra.Command{
6262

6363
err := agent.Run(runOpts...)
6464
if err != nil {
65+
fmt.Println(err)
6566
os.Exit(1)
6667
}
6768
},

0 commit comments

Comments
 (0)