Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Sep 20, 2024
1 parent 247189f commit f114938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/IAMClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,8 @@ class VaultClient {
try {
this.getObj(ret, (err, obj) => {
if (err) {
console.log('RET ++', ret);

Check failure on line 1191 in lib/IAMClient.js

View workflow job for this annotation

GitHub Actions / tests

Unexpected console statement
console.log('ERROR ++', err);

Check failure on line 1192 in lib/IAMClient.js

View workflow job for this annotation

GitHub Actions / tests

Unexpected console statement
log.error('error from vault', {
error: err,
method: 'VaultClient.handleResponse',
Expand Down

0 comments on commit f114938

Please sign in to comment.