automate the shit out of it
This commit is contained in:
@@ -14,6 +14,7 @@ export class RPCSocket implements I.Socket{
|
||||
|
||||
private socket: I.Socket
|
||||
constructor(public port:number, private server: string, private tls: boolean = false){
|
||||
Object.defineProperty(this, 'socket', {value: undefined, writable: true})
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user