Skip to content

Commit

Permalink
console.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenSoftware committed Feb 2, 2021
1 parent c090287 commit 2b281a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/auth/src/lib/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const retryStrategy = ({

const durationMinutes = Math.round(duration / (1000 * 60));

console.log(
console.warn(
`Exchange token attempt ${retryAttempt}: retrying in ${durationMinutes}min`,
errors
);
Expand Down

0 comments on commit 2b281a9

Please sign in to comment.