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 217cb6f commit 5514654Copy full SHA for 5514654
packages/mongodb-runner/src/mongoserver.ts
@@ -329,7 +329,6 @@ export class MongoServer {
329
private async _populateBuildInfo(
330
mode: 'insert-new' | 'restore-check',
331
): Promise<Error | null> {
332
- if (this.buildInfo?.version) return null;
333
try {
334
this.buildInfo = await this.withClient(async (client) => {
335
// Insert the metadata entry, except if we're a freshly started mongos
0 commit comments