mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
release: 3.8.0-beta1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user