Ports are limited to 64k
This commit is contained in:
parent
edcae49e52
commit
212cd67f08
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue