Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ocd
  • Loading branch information
tj committed Jan 18, 2012
1 parent 4cf3b1d commit 5cb9f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Expand Up @@ -298,8 +298,8 @@ Socket.prototype._flush = function() {
flags = this._ioevents;
}
}
} catch (e) {
this.emit('error', e);
} catch (err) {
this.emit('error', err);
}

this._flushing = false;
Expand Down

0 comments on commit 5cb9f2b

Please sign in to comment.