peer: lint.

This commit is contained in:
Christopher Jeffrey 2016-12-19 04:01:02 -08:00
parent 6d2659a31c
commit 6617bd7d49
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -995,7 +995,7 @@ Peer.prototype.sendRaw = function sendRaw(cmd, body, checksum) {
*/ */
Peer.prototype.error = function error(err) { Peer.prototype.error = function error(err) {
var i, msg; var msg;
if (this.destroyed) if (this.destroyed)
return; return;