Skip to content

Commit 2c8842b

Browse files
committed
change api scope
1 parent f8dfd52 commit 2c8842b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/common/comms/socketCallbackHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export abstract class SocketCallbackHandler extends EventEmitter {
2424
return this._stream;
2525
}
2626

27-
public SendRawCommand(commandId: Buffer) {
27+
protected SendRawCommand(commandId: Buffer) {
2828
this.stream.Write(commandId);
2929
}
3030

0 commit comments

Comments
 (0)