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 4be25dd commit de48b47Copy full SHA for de48b47
packages/mongodb-runner/src/mongocluster.ts
@@ -93,7 +93,7 @@ export class MongoCluster {
93
const cluster = new MongoCluster();
94
cluster.topology = options.topology;
95
if (!options.binDir) {
96
- options.binDir = await MongoCluster.downloadMongoDb(
+ options.binDir = await this.downloadMongoDb(
97
options.downloadDir ?? options.tmpDir,
98
options.version,
99
options.downloadOptions,
0 commit comments