mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 00:50:31 +00:00
Allow dumb replacement shell to depend on parent
This commit is contained in:
parent
6cc2fd85a3
commit
f398366246
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public interface ShellDialect {
|
|||
return other.equals(this);
|
||||
}
|
||||
|
||||
default ShellDialect getDumbReplacementDialect() {
|
||||
default ShellDialect getDumbReplacementDialect(ShellControl parent) {
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue