Skip to content

Commit b9951a7

Browse files
committed
Fix mitm socket/port
1 parent 0e139a8 commit b9951a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ exports.powerup = function(opts) {
6060
if (fs.existsSync(mitmSocketPath))
6161
fs.unlinkSync(mitmSocketPath);
6262
}
63-
63+
console.log('->>', opts.internalPort || mitmSocketPath)
6464
mitm.listen(opts.internalPort || mitmSocketPath);
6565

6666

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-proxy-cache",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},

0 commit comments

Comments
 (0)