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 1a023af commit 2cd34f4Copy full SHA for 2cd34f4
src/ConfigurationClientManager.ts
@@ -148,7 +148,7 @@ export class ConfigurationClientManager {
148
try {
149
result = await this.#querySrvTargetHost(host);
150
} catch (error) {
151
- console.warn(`Failed to build fallback clients, ${error.message}`);
+ console.warn(`Failed to build fallback clients. ${error.message}`);
152
return; // swallow the error when srv query fails
153
}
154
0 commit comments