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 = []
|
var ops = []
|
||||||
yield* this.os.iterate(this, null, null, function * (op) {
|
yield* this.os.iterate(this, null, null, function * (op) {
|
||||||
if (op.id[0] !== '_') {
|
if (op.id[0] !== '_') {
|
||||||
ops.push(Y.Struct[op.struct].encode(op))
|
ops.push(op)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user