vorpal: Hitting CTRL+C while in Inquirer prompt breaks everything
The output looks like this:
(^C again to quit)
function (str) {
if (str === undefined) {
return this._delimiter;
}
this._delimiter = String(str).trim() + ' ';
if (this.isLocal()) {
this.parent.ui.refresh();
} else {
this.parent._send('vantage-delimiter-downstream', 'downstream', {value: str, sessionId: this.id});
}
return this;
}
_
You can still type but nothing happens. Only way to recover is hitting CTRL+C again.
About this issue
- Original URL
- State: open
- Created 9 years ago
- Comments: 16 (13 by maintainers)
Got it. This one’s… gnarly. Will try to work on it some more soon.
This problem still exists and breaks the REPL