release: 3.8.0-beta1

This commit is contained in:
Aaron Liu
2023-05-27 14:06:19 +08:00
parent b1344616b8
commit fb166fb3e4
3 changed files with 5 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ func (p GeneratorList) Generate(ctx context.Context, file io.Reader, src, name s
continue
}
if res.Continue {
if res != nil && res.Continue {
util.Log().Debug("Generator %s for %s returned continue, passing through to next generator.", reflect.TypeOf(generator).String(), name)
// defer cleanup funcs