We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dfd52 commit 2c8842bCopy full SHA for 2c8842b
1 file changed
src/client/common/comms/socketCallbackHandler.ts
@@ -24,7 +24,7 @@ export abstract class SocketCallbackHandler extends EventEmitter {
24
return this._stream;
25
}
26
27
- public SendRawCommand(commandId: Buffer) {
+ protected SendRawCommand(commandId: Buffer) {
28
this.stream.Write(commandId);
29
30
0 commit comments