Skip to content

Commit

Permalink
fix: protobug lose out dir for hz (cloudwego#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGYFFFF authored Mar 20, 2023
1 parent 511f352 commit 88169b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/client/hz.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func convertHzArgument(ca *config.ClientArgument, hzArgument *hzConfig.Argument)
hzArgument.Gopkg = ca.GoPkg
hzArgument.Gopath = ca.GoPath
hzArgument.Verbose = ca.Verbose
hzArgument.OutDir = ca.Cwd
// Automatic judgment param
hzArgument.IdlType, err = utils.GetIdlType(abPath)
if err != nil {
Expand Down

0 comments on commit 88169b8

Please sign in to comment.