Skip to content

Commit f8b76ed

Browse files
update
1 parent 39d9a3d commit f8b76ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AzureAppConfigurationImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
369369
postAttempts += 1;
370370
backoffDuration = calculateBackoffDuration(postAttempts);
371371
}
372-
console.warn(`Failed to load. Error message: ${error.message}. It Will retry in ${backoffDuration} ms.`);
372+
console.warn(`Failed to load. Error message: ${error.message}. Retrying in ${backoffDuration} ms.`);
373373
await new Promise(resolve => setTimeout(resolve, backoffDuration));
374374
}
375375
} while (!abortSignal.aborted);

0 commit comments

Comments
 (0)