From 6f826bc9c00a5b3456802f031e5bf65d8f168ac6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 14 Aug 2022 19:40:00 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator.js b/generator.js index 2372d3d..23cd3ab 100644 --- a/generator.js +++ b/generator.js @@ -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, ]