Some shell init fixes

This commit is contained in:
crschnick
2024-10-25 14:37:10 +00:00
parent ec30a7a82c
commit 2678ade3c3
@@ -24,7 +24,7 @@ public interface ShellDumbMode {
default void prepareDumbInit(ShellControl shellControl) throws Exception {}
default void prepareDumbExit(ShellControl shellControl) throws IOException {
shellControl.writeLine("exit");
shellControl.writeLine(" exit");
}
class Unsupported implements ShellDumbMode {