This commit is contained in:
Overtorment 2020-03-26 15:12:47 +00:00
parent 7d4fcd5c89
commit 113433d505

View File

@ -389,7 +389,6 @@ TcpSocket.prototype._write = function(buffer: any, encoding: ?String, callback:
}
var str;
console.log(buffer);
if (typeof buffer === 'string') {
self._debug('socket.WRITE(): encoding as base64');
str = Base64Str.encode(buffer);