We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e139a8 commit b9951a7Copy full SHA for b9951a7
2 files changed
lib/proxy.js
@@ -60,7 +60,7 @@ exports.powerup = function(opts) {
60
if (fs.existsSync(mitmSocketPath))
61
fs.unlinkSync(mitmSocketPath);
62
}
63
-
+ console.log('->>', opts.internalPort || mitmSocketPath)
64
mitm.listen(opts.internalPort || mitmSocketPath);
65
66
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "npm-proxy-cache",
3
- "version": "0.4.1",
+ "version": "0.4.2",
4
"publishConfig": {
5
"registry": "https://registry.npmjs.org/"
6
},
0 commit comments