fix: adapt retry logging to p-retry v8
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ export async function retryWithBackoff<T>(
|
||||
{
|
||||
attempt: error.attemptNumber,
|
||||
retriesLeft: error.retriesLeft,
|
||||
error: error.message,
|
||||
error: error.error.message,
|
||||
},
|
||||
"Retry attempt",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user