Skip to content

Commit

Permalink
Fixed syntax error -.-
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed May 28, 2010
1 parent 0ad237d commit 7f5228a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/socket.io/transports/websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ this.websocket = Client.extend({
this.connection.write('\u0000', 'binary');
this.connection.write(message, 'utf8');
this.connection.write('\uffff', 'binary');
} catch(){
} catch(e){
this._onClose();
}
}
Expand Down

0 comments on commit 7f5228a

Please sign in to comment.