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 38dea55 commit 73b68d1Copy full SHA for 73b68d1
packages/compass-preferences-model/src/global-config.ts
@@ -20,9 +20,7 @@ function getGlobalConfigPaths(): string[] {
20
21
switch (process.platform) {
22
case 'win32':
23
- if (process.execPath === process.argv[1]) {
24
- paths.push(path.resolve(process.execPath, '..', 'mongodb-compass.cfg'));
25
- }
+ paths.push(path.resolve(process.execPath, '..', 'mongodb-compass.cfg'));
26
break;
27
default:
28
paths.push('/etc/mongodb-compass.conf');
0 commit comments