mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
881df1be21
commit
511a259369
@ -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) },
|
||||
})
|
||||
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user