You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/hooks/useFeedConversion.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ function buildRetryFailureMessage(
270
270
return`Tried ${requestedStrategy} first, then ${fallbackStrategy}. ${secondMessage}`;
271
271
}
272
272
273
-
return`Tried ${requestedStrategy} first, then ${fallbackStrategy}. ${secondMessage}`;
273
+
return`Tried ${requestedStrategy} first, then ${fallbackStrategy}. First attempt failed with: ${firstMessage}. Second attempt failed with: ${secondMessage}`;
0 commit comments