From 061007130ccca88a38fa829e64def93d38ea9136 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 14 Dec 2022 20:15:52 +0300 Subject: [PATCH] experimenting... Signed-off-by: Alex A. Naanou --- Promise.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Promise.js b/Promise.js index 6902a76..41dfc8c 100644 --- a/Promise.js +++ b/Promise.js @@ -778,7 +778,12 @@ object.Constructor('IterableSequentialPromise', IterablePromise, { res.push(e) } return res } // - res = pre_process(list).flat() } + res = pre_process(list) + + //var obj = IterablePromise.prototype.__new__.call(this, _, res, 'raw') + + //return obj + } // XXX use .parentCall(..)... return IterablePromise.prototype.__new__.call(this, _, res, ...rest) }, })