at minimum return raw ws

This commit is contained in:
AJ ONeal 2017-01-07 17:54:56 -07:00
parent 9098c9b0d3
commit 2f04da9bc2
1 changed files with 2 additions and 1 deletions

View File

@ -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;