Skip to content

Commit 69f7261

Browse files
committed
style(MongoInstance::closeHandler): add explanation in log what value is what
1 parent 6d49741 commit 69f7261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-memory-server-core/src/util/MongoInstance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ export class MongoInstance extends EventEmitter implements ManagerBase {
509509
this.debug('closeHandler: Mongod instance closed with an non-0 (or non 12 on windows) code!');
510510
}
511511

512-
this.debug(`closeHandler: "${code}" "${signal}"`);
512+
this.debug(`closeHandler: code: "${code}", signal: "${signal}"`);
513513
this.emit(MongoInstanceEvents.instanceClosed, code, signal);
514514
}
515515

0 commit comments

Comments
 (0)