Sergix / JTerm

A terminal written in Java for cross-platform compatibility and usage.
https://sergix.github.io/projects/jterm
GNU General Public License v3.0
52 stars 32 forks source link

Unnecesary throws #120

Closed lprone closed 5 years ago

lprone commented 5 years ago

https://github.com/T145/JTerm/blob/49816ce060eeecf2429caa41609c9d71bfaa1d06/src/main/java/jterm/io/input/RawConsoleInput.java#L132

This exception it's already catched inside the method

jainrish commented 5 years ago

I want to work on this. Let me know if I can take this up.

sananta commented 5 years ago

Addressed this issue: #121