Tolerate missing terminating newlines in Java release files
Had a report out in the wild of a release file that doesn't end in a terminating newline, which was causing the parser to blow up. This commit relaxes the parsing to tolerate EOFs while parsing values. |
---|
|
launcher/src/main/java/com/skcraft/launcher/util/EnvironmentParser.java |
---|