mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Don't start local powershell
This commit is contained in:
parent
7117b4f6f2
commit
8483130b09
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class LocalShell {
|
|||
|
||||
public static ShellControl getLocalPowershell() throws Exception {
|
||||
if (ShellDialects.isPowershell(getShell())) {
|
||||
return local.start();
|
||||
return local;
|
||||
}
|
||||
|
||||
if (localPowershell == null) {
|
||||
|
|
Loading…
Reference in a new issue