minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-08-14 19:40:00 +03:00
parent 0602151317
commit 6f826bc9c0

View File

@ -588,7 +588,7 @@ object.Mixin('AsyncGeneratorProtoMixin', 'soft', {
return i++ > 0 ?
[
typeof(func) == 'function' ?
func.call(this, [prev, e], i, i + j++, this))
func.call(this, [prev, e], i, i + j++, this)
: func,
e,
]