Skip to content

Commit 5514654

Browse files
committed
fixup: do not short-circuit when buildInfo has been read from the logs
1 parent 217cb6f commit 5514654

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/mongodb-runner/src/mongoserver.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ export class MongoServer {
329329
private async _populateBuildInfo(
330330
mode: 'insert-new' | 'restore-check',
331331
): Promise<Error | null> {
332-
if (this.buildInfo?.version) return null;
333332
try {
334333
this.buildInfo = await this.withClient(async (client) => {
335334
// Insert the metadata entry, except if we're a freshly started mongos

0 commit comments

Comments
 (0)