cmd/hopp-generate: Print file name instead of random pointer
This commit is contained in:
parent
892a2f2554
commit
4ae7f4681e
@ -55,7 +55,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
_, err = generator.Generate(protocol)
|
_, err = generator.Generate(protocol)
|
||||||
handleErr(command, 1, err)
|
handleErr(command, 1, err)
|
||||||
command.Println(output, "OK")
|
command.Println(destination, "OK")
|
||||||
}
|
}
|
||||||
|
|
||||||
func handleErr(command *cli.Cli, code int, err error) {
|
func handleErr(command *cli.Cli, code int, err error) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user