Ports are limited to 64k

This commit is contained in:
Paul Betts 2014-11-10 11:53:12 -08:00
parent edcae49e52
commit 212cd67f08

View file

@ -7,7 +7,7 @@ module is emitted:
```javascript
var app = require('app');
app.commandLine.appendSwitch('remote-debugging-port', '88315');
app.commandLine.appendSwitch('remote-debugging-port', '8315');
app.commandLine.appendSwitch('host-rules', 'MAP * 127.0.0.1');
app.on('ready', function() {