Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
winstonfly committed Sep 30, 2024
1 parent 32bd2b7 commit e637bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/invoke/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func ExecPluginWithResult(ctx context.Context, pluginPath string, netconf []byte
}

stdoutBytes, err := exec.ExecPlugin(ctx, pluginPath, netconf, args.AsEnv())
fmt.Println("this is real err:", err, string(stdoutBytes))
if err != nil {
return nil, err
}
Expand Down

0 comments on commit e637bea

Please sign in to comment.