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 8156001 commit af01d86Copy full SHA for af01d86
packages/mongodb-memory-server-core/src/util/MongoInstance.ts
@@ -538,6 +538,7 @@ export class MongoInstance extends EventEmitter implements ManagerBase {
538
path.resolve(__dirname, '../../scripts/mongo_killer.js'),
539
[parentPid.toString(), childPid.toString()],
540
{
541
+ execArgv: [],
542
detached: true,
543
stdio: 'ignore', // stdio cannot be done with an detached process cross-systems and without killing the fork on parent termination
544
}
0 commit comments