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) }, })