Skip to content

Commit 2317e55

Browse files
fix nit
1 parent f5d48b2 commit 2317e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConfigurationClientManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class ConfigurationClientManager {
8888

8989
try {
9090
this.#dns = await import("dns/promises");
91-
}catch (error) {
91+
} catch (error) {
9292
this.#isFailoverable = false;
9393
console.warn("Failed to load the dns module:", error.message);
9494
return;

0 commit comments

Comments
 (0)