Skip to content

Commit

Permalink
fix undefined variable
Browse files Browse the repository at this point in the history
fixes #8
  • Loading branch information
defunctzombie committed Feb 11, 2013
1 parent fbe841a commit 585a8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var connect = function(opt) {

remote.once('error', function(err) {
if (err.code !== 'ECONNREFUSED') {
local.emit('error', err);
remote.emit('error', err);
}

// retrying connection to local server
Expand Down

0 comments on commit 585a8af

Please sign in to comment.