Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update org.jline dependency #164

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Update org.jline dependency #164

merged 1 commit into from
Jul 16, 2024

Conversation

koppor
Copy link
Contributor

@koppor koppor commented Jul 15, 2024

Fixes an NPE

java.lang.NullPointerException: Cannot invoke "java.lang.Boolean.booleanValue()" because "this.jna" is null
        at org.jline.terminal.TerminalBuilder.doBuild(TerminalBuilder.java:443)
        at org.jline.terminal.TerminalBuilder.build(TerminalBuilder.java:362)
        at me.tongfei.progressbar.TerminalUtils.getTerminal(TerminalUtils.java:83)

Refs jline/jline3#930

@ctongfei
Copy link
Owner

Thanks @koppor !

@ctongfei ctongfei closed this Jul 16, 2024
@ctongfei ctongfei reopened this Jul 16, 2024
@ctongfei ctongfei merged commit fe6de07 into ctongfei:main Jul 16, 2024
@koppor koppor deleted the patch-1 branch July 16, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants