Skip to content

Commit

Permalink
enabled return url
Browse files Browse the repository at this point in the history
  • Loading branch information
calidion committed Aug 12, 2016
1 parent 340059e commit 5f6a92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/localtunnel.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var tunnel = {
open(t.url);
}
if (cb) {
cb();
cb(t.url);
}
tunnel._status = 'started';
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-weixin-express",
"version": "0.3.3",
"version": "0.3.4",
"description": "A Node Weixin Server Implementation",
"homepage": "",
"author": {
Expand Down

0 comments on commit 5f6a92d

Please sign in to comment.