fix the bug.

This commit is contained in:
Rintim 2023-09-17 03:05:00 +08:00
parent e20a93d08f
commit ac34ca2689
1 changed files with 1 additions and 1 deletions

View File

@ -33759,7 +33759,7 @@
}
if(obj.precontent){
_status.extension=obj.name;
yield (gnc.is.generatorFunc(obj)?gnc.of(obj):obj).precontent(cfg);
yield (gnc.is.generatorFunc(obj.precontent)?gnc.of(obj.precontent):obj.precontent)(cfg);
delete _status.extension;
}
if(obj.content){