Skip to content

Commit

Permalink
new error propagation - follows
Browse files Browse the repository at this point in the history
  • Loading branch information
yawnt committed Sep 5, 2013
1 parent 3a39e44 commit 1993faf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/caronte/streams/websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ var Duplex = require('stream').Duplex,
http = require('http'),
https = require('https');

function WebsocketStream(options, res, instance) {
function WebsocketStream(options, res) {
Duplex.call(this);

this.options = options;
this.res = res;
this.instance = intance;

var self = this;

Expand Down

0 comments on commit 1993faf

Please sign in to comment.