diff --git a/client.js b/client.js index a816655..173f278 100644 --- a/client.js +++ b/client.js @@ -312,4 +312,5 @@ module.exports = function localtunnel(port, opt, fn) { fn(null, client); }); + return client; };