Skip to content

Commit 1993faf

Browse files
committed
new error propagation - follows
1 parent 3a39e44 commit 1993faf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/caronte/streams/websocket.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ var Duplex = require('stream').Duplex,
33
http = require('http'),
44
https = require('https');
55

6-
function WebsocketStream(options, res, instance) {
6+
function WebsocketStream(options, res) {
77
Duplex.call(this);
88

99
this.options = options;
1010
this.res = res;
11-
this.instance = intance;
1211

1312
var self = this;
1413

0 commit comments

Comments
 (0)