fixed sync issue with "preferUntransformed"
This commit is contained in:
parent
74b41e03e3
commit
2c343970c4
@ -1022,7 +1022,7 @@ module.exports = function (Y/* :any */) {
|
||||
var ops = []
|
||||
yield* this.os.iterate(this, null, null, function * (op) {
|
||||
if (op.id[0] !== '_') {
|
||||
ops.push(Y.Struct[op.struct].encode(op))
|
||||
ops.push(op)
|
||||
}
|
||||
})
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user