Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
abivolmv authored Mar 28, 2023
1 parent bdf6271 commit de94e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1155,9 +1155,9 @@ function retry(name, operation, customErrorMessages, maxAttempts) {
core.info(`${name} - Error is not retryable`);
if (response) {
core.debug('=====helo====')
core.debug(response)
//core.debug(response)
core.debug(JSON.stringify(response))
core.debug(response.message)
//core.debug(response.message)
core.debug(JSON.stringify(response.message))
utils_1.displayHttpDiagnostics(response);
}
Expand Down

0 comments on commit de94e70

Please sign in to comment.