console res

This commit is contained in:
Apple 2022-03-30 18:23:49 +05:30
parent 2ce8d02f04
commit 1239bf6914
4 changed files with 5 additions and 3 deletions

View file

@ -51558,6 +51558,7 @@ function retryTypedResponse(name, method, maxAttempts = constants_1.DefaultRetry
// an ITypedResponse<T> so it can be processed by the retry logic.
(error) => {
if (error instanceof http_client_1.HttpClientError) {
console.log(error);
return {
statusCode: error.statusCode,
result: null,

1
dist/save/index.js vendored
View file

@ -51561,6 +51561,7 @@ function retryTypedResponse(name, method, maxAttempts = constants_1.DefaultRetry
// an ITypedResponse<T> so it can be processed by the retry logic.
(error) => {
if (error instanceof http_client_1.HttpClientError) {
console.log(error);
return {
statusCode: error.statusCode,
result: null,