forked from coolaj86/goldilocks.js
at minimum return raw ws
This commit is contained in:
parent
9098c9b0d3
commit
2f04da9bc2
|
@ -7,8 +7,9 @@ module.exports.create = function (opts, servers) {
|
||||||
Oauth3: Oauth3
|
Oauth3: Oauth3
|
||||||
, PromiseA: opts.PromiseA
|
, PromiseA: opts.PromiseA
|
||||||
, CLI: {
|
, CLI: {
|
||||||
init: function (/*rs, ws, state, options*/) {
|
init: function (rs, ws/*, state, options*/) {
|
||||||
// noop
|
// noop
|
||||||
|
return ws;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}).Tunnel;
|
}).Tunnel;
|
||||||
|
|
Loading…
Reference in New Issue