parent
0f8f863043
commit
95866a6445
@ -54,7 +54,7 @@ exports.start = function(argv, stdin, stdout) {
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
exports.port = 5858;
|
||||
|
||||
|
||||
//
|
||||
@ -1437,7 +1437,7 @@ Interface.prototype.killChild = function() {
|
||||
Interface.prototype.trySpawn = function(cb) {
|
||||
var self = this,
|
||||
breakpoints = this.breakpoints || [],
|
||||
port = 5858,
|
||||
port = exports.port,
|
||||
host = 'localhost';
|
||||
|
||||
this.killChild();
|
||||
|
Loading…
x
Reference in New Issue
Block a user