mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
net.js: lint
This commit is contained in:
@@ -375,7 +375,7 @@ Socket.prototype._destroy = function(exception, cb) {
|
||||
|
||||
Socket.prototype.destroy = function(exception) {
|
||||
this._destroy(exception);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
function onread(buffer, offset, length) {
|
||||
|
||||
Reference in New Issue
Block a user