Don't start local powershell

This commit is contained in:
crschnick 2024-03-02 11:25:16 +00:00
parent 7117b4f6f2
commit 8483130b09

View file

@ -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) {