Closed gitchomik closed 7 years ago
Still same problem
ReadLine.AutoCompletionHandler = (t, s) =>
{
return new string[0];
};
Scenerio:
@gitchomik I think it's the same exception but a different cause. Reopening to remind myself to look into it
There is a exception in line
https://github.com/tsolarin/readline/blob/master/src/ReadLine/KeyHandler.cs#L137
Scenerio: