@injectivelabs/utils
Advanced tools
Comparing version 1.0.75 to 1.0.76
@@ -34,3 +34,8 @@ "use strict"; | ||
for (let i = 0; i < array.length; i += 1) { | ||
result.push(yield callback(array[i])); | ||
try { | ||
result.push(yield callback(array[i])); | ||
} | ||
catch (e) { | ||
// throw Error(e) | ||
} | ||
} | ||
@@ -37,0 +42,0 @@ return result; |
{ | ||
"name": "@injectivelabs/utils", | ||
"description": "List of utils and helper functions that can be reused throughout Injective's projects.", | ||
"version": "1.0.75", | ||
"version": "1.0.76", | ||
"author": { | ||
@@ -44,3 +44,3 @@ "name": "Bojan Angjelkoski", | ||
}, | ||
"gitHead": "66239e95ad57500a2c271e7cc7716172abe72f3c" | ||
"gitHead": "292f88dff40324a98b65c32220145b1c4e329ffd" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
74629
818