Skip to content

Commit 2a774c3

Browse files
committed
log out what endpoint we're trying to hit
1 parent 0a7a12b commit 2a774c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bundler-plugin-core/src/utils/fetchWithRetry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const fetchWithRetry = async ({
2222
try {
2323
debug(`Attempting to fetch ${name} from: ${url}, attempt: ${i + 1}`);
2424
await delay(DEFAULT_RETRY_DELAY * i);
25+
2526
response = await fetch(url, requestData);
2627

2728
if (!response.ok) {

0 commit comments

Comments
 (0)