Commit 8234ca6
authored
Fix Java info in
When `kotlin -java` contains Java version output like so:
```
Kotlin version 1.4.20-release-308 (JRE 15.0.1+9)
```
then `kscript --version` shows
```
Java : JRE 15.0.1+9)
```
Note the last character, a closing parenthesis that shouldn't be there.
This commit fixes that issue.kscript --version (#295)1 parent 2026a28 commit 8234ca6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments