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 6c51d91 commit bdf6271
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,9 @@ function retry(name, operation, customErrorMessages, maxAttempts) {
if (response) {
core.debug('=====helo====')
core.debug(response)
core.debug(JSON.stringify(response))
core.debug(response.message)
core.debug(JSON.stringify(response.message))
utils_1.displayHttpDiagnostics(response);
}
break;
Expand Down

0 comments on commit bdf6271

Please sign in to comment.