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
Caused by: java.lang.NullPointerException: Cannot invoke "java.lang.Boolean.booleanValue()" because "this.jna" is null
at org.jline.terminal.TerminalBuilder.doBuild(TerminalBuilder.java:443) ~[jline-3.24.1.jar!/:na]
at org.jline.terminal.TerminalBuilder.build(TerminalBuilder.java:362) ~[jline-3.24.1.jar!/:na]
There should be null check before throwing IllegalStateException as jna and jansi variables are Booleans.
There should be null check before throwing
IllegalStateException
asjna
andjansi
variables are Booleans.jline3/terminal/src/main/java/org/jline/terminal/TerminalBuilder.java
Lines 443 to 446 in c046200
The text was updated successfully, but these errors were encountered: