We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d06da commit ff9fedcCopy full SHA for ff9fedc
test/debugger/helper-debugger-repl.js
@@ -4,7 +4,7 @@ var common = require('../common');
4
var assert = require('assert');
5
var spawn = require('child_process').spawn;
6
7
-var port = common.PORT + 1337;
+var port = common.PORT;
8
9
var child;
10
var buffer = '';
test/debugger/test-debugger-client.js
var debug = require('_debugger');
-var debugPort = common.PORT + 1337;
+var debugPort = common.PORT;
debug.port = debugPort;
0 commit comments