mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-11 12:00:59 +00:00
Various fixes [stage]
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user