Skip to content

Commit

Permalink
Fix mitm socket/port
Browse files Browse the repository at this point in the history
  • Loading branch information
runk committed Feb 25, 2016
1 parent 0e139a8 commit b9951a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ exports.powerup = function(opts) {
if (fs.existsSync(mitmSocketPath))
fs.unlinkSync(mitmSocketPath);
}

console.log('->>', opts.internalPort || mitmSocketPath)
mitm.listen(opts.internalPort || mitmSocketPath);


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": "npm-proxy-cache",
"version": "0.4.1",
"version": "0.4.2",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down

0 comments on commit b9951a7

Please sign in to comment.