Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-02-15 14:15:50 +03:00
parent d4fea85d77
commit 730348c0fa

View File

@ -554,7 +554,7 @@ module.BaseParser = {
: e
// expand arrays...
if(e instanceof Array
| e instanceof types.Generator){
|| e instanceof types.Generator){
return that.resolve(page, e, state)
// data -- unwrap content...
} else if(e instanceof Object && 'data' in e){