Skip to content

Commit 61d8191

Browse files
committed
test(NODE-6692): check that event emitters have error listeners
1 parent 8c6f0fe commit 61d8191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/change_stream.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type { ReadPreference } from './read_preference';
2222
import { type AsyncDisposable, configureResourceManagement } from './resource_management';
2323
import type { ServerSessionId } from './sessions';
2424
import { CSOTTimeoutContext, type TimeoutContext } from './timeout';
25-
import { filterOptions, getTopology, type MongoDBNamespace, squashError } from './utils';
25+
import { filterOptions, getTopology, type MongoDBNamespace, noop, squashError } from './utils';
2626

2727
const CHANGE_STREAM_OPTIONS = [
2828
'resumeAfter',

0 commit comments

Comments
 (0)