mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
[debugger] use newly added eval argument for REPLServer
This commit is contained in:
@@ -640,8 +640,8 @@ function Interface() {
|
||||
self.killChild();
|
||||
});
|
||||
|
||||
this.repl = new repl.REPLServer('debug> ');
|
||||
this.repl.eval = this.controlEval.bind(this);
|
||||
this.repl = new repl.REPLServer('debug> ', null,
|
||||
this.controlEval.bind(this));
|
||||
|
||||
// Lift all instance methods to repl context
|
||||
var proto = Interface.prototype,
|
||||
|
||||
Reference in New Issue
Block a user