Merge pull request #47 from dscape/patch-1

return client from 'localtunnel' api call
This commit is contained in:
Roman Shtylman
2014-04-28 18:58:54 -04:00

View File

@@ -312,4 +312,5 @@ module.exports = function localtunnel(port, opt, fn) {
fn(null, client);
});
return client;
};