Merge pull request #807 from paulcbetts/patch-1

Ports are limited to 64k
This commit is contained in:
Cheng Zhao 2014-11-11 09:17:36 +08:00
commit e6f748d77f

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() {