bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-12-03 13:20:29 +03:00
parent 881df1be21
commit 511a259369
2 changed files with 3 additions and 3 deletions

View File

@ -893,9 +893,9 @@ object.Mixin('PromiseMixin', 'soft', {
: error ?
function(){
try{
func(...data)
return func(...data)
}catch(err){
error(err) } }()
return error(err) } }()
: func(...data) },
})

View File

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