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 8365b30 commit 72c8199Copy full SHA for 72c8199
packages/mongodb-memory-server-core/src/util/MongoBinary.ts
@@ -103,11 +103,6 @@ export class MongoBinary {
103
);
104
const binaryVersion = spawnOutput[1];
105
106
- if (isNullOrUndefined(options.version) || options.version.length <= 0) {
107
- log('getPath: Using SystemBinary version as options.version');
108
- options.version = binaryVersion;
109
- }
110
-
111
if (semver.neq(options.version, binaryVersion)) {
112
// we will log the version number of the system binary and the version requested so the user can see the difference
113
console.warn(
0 commit comments