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 06464c9 commit 46f2e0dCopy full SHA for 46f2e0d
test/tools/unified-spec-runner/entities.ts
@@ -237,8 +237,8 @@ export class UnifiedMongoClient extends MongoClient {
237
}
238
239
super(uri, options);
240
- this.logCollector = logCollector;
241
this.observedEventEmitter.on('error', () => null);
+ this.logCollector = logCollector;
242
this.observeSensitiveCommands = description.observeSensitiveCommands ?? false;
243
244
this.ignoredEvents = [
0 commit comments