Skip to content

Commit 788c37d

Browse files
committed
Fixed closing of file editor not being able to correctly write commands, update logo
1 parent cae18cc commit 788c37d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/de/jo/modules/impl/other/ModuleTextEditor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public void run(String... args) throws Exception {
130130
console.write();
131131
if(!running) break;
132132
}
133+
RawConsoleInput.resetConsoleMode();
133134

134135
try {
135136
ConsoleTools.instance().logo();

src/main/resources/logo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
| |
1515
| |
1616
| ConsoleTools by Johannes Hans @CommandJoo |
17-
| Version 1.0.7 - 21.12.23 |
17+
| Version 1.0.8 - 24.12.23 |
1818
| https://github.com/CommandJoo/ConsoleTools |
1919
| to get started type "?" |
2020
| |

0 commit comments

Comments
 (0)