Skip to content

Commit 10693cd

Browse files
authored
executing debug (#19)
useful to indicate what is being executed
1 parent c4765d3 commit 10693cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wgo_cmd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ func (wgoCmd *WgoCmd) Run() error {
517517
// Step 2: Run the command in the background.
518518
cmdResult := make(chan error, 1)
519519
waitDone := make(chan struct{})
520+
wgoCmd.Logger.Println("EXECUTING", cmd.String())
520521
err = cmd.Start()
521522
if err != nil {
522523
return err

0 commit comments

Comments
 (0)