Various fixes [stage]

This commit is contained in:
crschnick
2025-03-03 21:43:11 +00:00
parent cefedcd0c8
commit 2f7a2e1b19
4 changed files with 20 additions and 12 deletions
@@ -6,6 +6,12 @@ public class StubShellControl extends WrapperShellControl {
super(parent);
}
@Override
public ShellControl start() throws Exception {
super.start();
return this;
}
@Override
public boolean canHaveSubshells() {
return parent.canHaveSubshells();