@hyurl/utils
Advanced tools
Comparing version 0.1.22 to 0.1.23
{ | ||
"name": "@hyurl/utils", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"description": "Utility functions of HyURL collection.", | ||
@@ -5,0 +5,0 @@ "main": "libs/index.js", |
@@ -51,2 +51,3 @@ "use strict"; | ||
result = yield handle(...args); | ||
throttle.cache = { value: result, error: null }; | ||
} | ||
@@ -53,0 +54,0 @@ catch (err) { |
Sorry, the diff of this file is not supported yet
61778
960