mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
tools/stubmaker: fix dropped error (#22112)
This commit is contained in:
@@ -62,6 +62,9 @@ func main() {
|
||||
}
|
||||
|
||||
inputLines, err := readLines(bytes.NewBuffer(b))
|
||||
if err != nil {
|
||||
fatal(err)
|
||||
}
|
||||
funcs := getFuncs(inputLines)
|
||||
if needed, err := isStubNeeded(funcs); err != nil {
|
||||
fatal(err)
|
||||
|
||||
Reference in New Issue
Block a user