We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 269c1cd + adf1844 commit 7d57b31Copy full SHA for 7d57b31
1 file changed
generate/generate.go
@@ -233,6 +233,7 @@ func NewFromFile(path string) (Generator, error) {
233
if os.IsNotExist(err) {
234
return Generator{}, fmt.Errorf("template configuration at %s not found", path)
235
}
236
+ return Generator{}, err
237
238
defer cf.Close()
239
0 commit comments