mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-24 08:18:33 -04:00
Small fixes [release]
This commit is contained in:
@@ -47,7 +47,7 @@ public abstract class ProcessControlProvider {
|
||||
localProcessControlProvider.command(parent, command, terminalCommand))
|
||||
.filter(Objects::nonNull)
|
||||
.findFirst()
|
||||
.orElseThrow();
|
||||
.orElse(null);
|
||||
}
|
||||
|
||||
public static ShellProcessControl createSsh(Object sshStore) {
|
||||
|
||||
Reference in New Issue
Block a user