We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d48b2 commit 2317e55Copy full SHA for 2317e55
src/ConfigurationClientManager.ts
@@ -88,7 +88,7 @@ export class ConfigurationClientManager {
88
89
try {
90
this.#dns = await import("dns/promises");
91
- }catch (error) {
+ } catch (error) {
92
this.#isFailoverable = false;
93
console.warn("Failed to load the dns module:", error.message);
94
return;
0 commit comments