Skip to content

Commit a24977a

Browse files
chore: added clarification for unsupported cases
1 parent 300ef69 commit a24977a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/common/debug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class DebugResource extends ReactiveResource<
6262
switch (this.current.tag) {
6363
case "connected": {
6464
const searchIndexesSupported = await this.session.isSearchIndexSupported();
65-
result += `The user is connected to the MongoDB cluster${searchIndexesSupported ? " with support for search indexes" : ""}.`;
65+
result += `The user is connected to the MongoDB cluster${searchIndexesSupported ? " with support for search indexes" : " without any support for search indexes"}.`;
6666
break;
6767
}
6868
case "errored":

0 commit comments

Comments
 (0)