wsproxy: minor.
This commit is contained in:
parent
db0567fc01
commit
ba94eb106d
@ -209,9 +209,9 @@ WSProxy.prototype._handleConnect = function _handleConnect(ws, port, host, nonce
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
WSProxy.prototype.log = function log() {
|
WSProxy.prototype.log = function log(...args) {
|
||||||
process.stdout.write('wsproxy: ');
|
process.stdout.write('wsproxy: ');
|
||||||
console.log.apply(console, arguments);
|
console.log(...args);
|
||||||
};
|
};
|
||||||
|
|
||||||
WSProxy.prototype.attach = function attach(server) {
|
WSProxy.prototype.attach = function attach(server) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user