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 473c278 commit 9546cf9Copy full SHA for 9546cf9
packages/mongodb-memory-server-core/src/util/MongoInstance.ts
@@ -587,7 +587,7 @@ export class MongoInstance extends EventEmitter implements ManagerBase {
587
`Instance Failed to start with "${execptionMatch[1] ?? 'unknown'}". Original Error:\n` +
588
line
589
.substring(execptionMatch.index + execptionMatch[0].length)
590
- .replaceAll(/, terminating$/gi, '')
+ .replace(/, terminating$/gi, '')
591
)
592
);
593
}
0 commit comments