Skip to content

Commit

Permalink
Fixed .end signature
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jun 27, 2011
1 parent 733569a commit 767ca4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transport.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ Transport.prototype.error = function (reason, advice) {
});

this.log.warn(reason, advice ? ('client should ' + advice) : '');
this.end(false, 'error');
this.end('error');
};

/**
Expand Down

0 comments on commit 767ca4f

Please sign in to comment.