bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-02-14 14:55:11 +03:00
parent 022c12d81e
commit 126e6da458
2 changed files with 2 additions and 1 deletions

View File

@ -416,6 +416,7 @@ object.Constructor('IterablePromise', Promise, {
//
// pack and oprionally transform/handle an array (sync)...
__pack: function(list, handler=undefined, onerror=undefined){
var that = this
// handle iterable promise...
if(list instanceof IterablePromise){
return this.__handle(list.__packed, handler, onerror) }

View File

@ -1,6 +1,6 @@
{
"name": "ig-types",
"version": "6.26.1",
"version": "6.26.2",
"description": "Generic JavaScript types and type extensions...",
"main": "main.js",
"scripts": {