mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
Fail correctly in go-to-protobuf
We need to return earlier.
This commit is contained in:
parent
8f08cb3391
commit
c55f47c4c9
@ -179,13 +179,13 @@ func Run(g *Generator) {
|
|||||||
},
|
},
|
||||||
"public",
|
"public",
|
||||||
)
|
)
|
||||||
c.Verify = g.Common.VerifyOnly
|
|
||||||
c.FileTypes["protoidl"] = NewProtoFile()
|
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalf("Failed making a context: %v", err)
|
log.Fatalf("Failed making a context: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
c.Verify = g.Common.VerifyOnly
|
||||||
|
c.FileTypes["protoidl"] = NewProtoFile()
|
||||||
|
|
||||||
if err := protobufNames.AssignTypesToPackages(c); err != nil {
|
if err := protobufNames.AssignTypesToPackages(c); err != nil {
|
||||||
log.Fatalf("Failed to identify Common types: %v", err)
|
log.Fatalf("Failed to identify Common types: %v", err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user