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 d8f2e9d commit 866b8fbCopy full SHA for 866b8fb
src/common/config/createUserConfig.ts
@@ -46,7 +46,7 @@ export function createUserConfig({ args }: { args: string[] }): {
46
// TODO: Separate correctly parsed user config from all other valid
47
// arguments relevant to mongosh's args-parser.
48
const userConfig: UserConfig = { ...parsed, ...configParseResult.data };
49
- warnIfVectorSearchNotEnabledCorrectly(userConfig);
+ warnings.push(...warnIfVectorSearchNotEnabledCorrectly(userConfig));
50
registerKnownSecretsInRootKeychain(userConfig);
51
return {
52
parsed: userConfig,
0 commit comments