biz-slide-core 1.2.4 → 1.2.5
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -63,7 +63,7 @@ function callWithRetries(retryCount, failedMessage, functionRef) {
|
|
63
63
|
error_1 = _a.sent();
|
64
64
|
if (retryCount <= 0)
|
65
65
|
throw error_1;
|
66
|
-
console.log(failedMessage);
|
66
|
+
console.log(error_1, failedMessage);
|
67
67
|
return [2 /*return*/, callWithRetries.apply(void 0, __spreadArray([retryCount - 1, failedMessage, functionRef], args, false))];
|
68
68
|
case 3: return [2 /*return*/];
|
69
69
|
}
|