Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanliang-ms committed Jan 7, 2025
1 parent f5d48b2 commit 2317e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigurationClientManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class ConfigurationClientManager {

try {
this.#dns = await import("dns/promises");
}catch (error) {
} catch (error) {
this.#isFailoverable = false;
console.warn("Failed to load the dns module:", error.message);
return;
Expand Down

0 comments on commit 2317e55

Please sign in to comment.