Fix shell switch

This commit is contained in:
crschnick 2024-09-28 16:03:16 +00:00
parent 37b1e627b7
commit e5a8745ce1

View file

@ -19,6 +19,8 @@ public interface ShellDumbMode {
return function.prepareWithoutInitCommand();
}
default void prepareInlineShellSwitch(ShellControl shellControl) throws Exception {}
default void prepareDumbInit(ShellControl shellControl) throws Exception {}
default void prepareDumbExit(ShellControl shellControl) throws IOException {