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 6d49741 commit 69f7261Copy full SHA for 69f7261
packages/mongodb-memory-server-core/src/util/MongoInstance.ts
@@ -509,7 +509,7 @@ export class MongoInstance extends EventEmitter implements ManagerBase {
509
this.debug('closeHandler: Mongod instance closed with an non-0 (or non 12 on windows) code!');
510
}
511
512
- this.debug(`closeHandler: "${code}" "${signal}"`);
+ this.debug(`closeHandler: code: "${code}", signal: "${signal}"`);
513
this.emit(MongoInstanceEvents.instanceClosed, code, signal);
514
515
0 commit comments