You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in custom command line highlighter let readLine() method in an unusable state. Stack traces print in REPL app loop:
java.lang.IllegalStateException
at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:552)
at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:468)
at org.jline.demo.Repl.main(Repl.java:333)
java.lang.IllegalStateException
at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:552)
at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:468)
at org.jline.demo.Repl.main(Repl.java:333)
java.lang.IllegalStateException
at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:552)
at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:468)
at org.jline.demo.Repl.main(Repl.java:333)
The text was updated successfully, but these errors were encountered:
mattirn
changed the title
Error in custom command line highlighter let readLine() method in an unusable state
Error in command line highlighter let readLine() method in an unusable state
Nov 13, 2021
Error in custom command line highlighter let
readLine()
method in an unusable state. Stack traces print in REPL app loop:The text was updated successfully, but these errors were encountered: