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 52fea4d commit cb3e860Copy full SHA for cb3e860
src/change_stream.ts
@@ -852,7 +852,7 @@ export class ChangeStream<
852
* Drain the resume queue when a new has become available
853
* @internal
854
*
855
- * @param err - error getting a new cursor
+ * @param error - error getting a new cursor
856
*/
857
private _processResumeQueue(error?: Error) {
858
while (this[kResumeQueue].length) {
0 commit comments