Skip to content

Commit 5242f08

Browse files
W-A-Jamesnbbeeken
authored andcommitted
Add doc comment
1 parent d6781bb commit 5242f08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/sdam/server.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,11 @@ export class Server extends TypedEventEmitter<ServerEvents> {
349349
}
350350
}
351351

352+
/**
353+
* Execute a command, catching and appropriately rewrapping thrown errors and updating internal
354+
* state as appropriate
355+
* @internal
356+
*/
352357
private async executeCommand(
353358
conn: Connection,
354359
ns: MongoDBNamespace,

0 commit comments

Comments
 (0)