at minimum return raw ws

Este commit está contenido en:
AJ ONeal 2017-01-07 17:54:56 -07:00
padre 9098c9b0d3
commit 2f04da9bc2

Ver fichero

@ -7,8 +7,9 @@ module.exports.create = function (opts, servers) {
Oauth3: Oauth3
, PromiseA: opts.PromiseA
, CLI: {
init: function (/*rs, ws, state, options*/) {
init: function (rs, ws/*, state, options*/) {
// noop
return ws;
}
}
}).Tunnel;