Powershell fixes

This commit is contained in:
crschnick 2024-09-10 00:45:11 +00:00
parent 29a12cb215
commit 83b5b7b2de

View file

@ -178,7 +178,7 @@ public interface ShellDialect {
String getWhichCommand(String executable);
Charset determineCharset(ShellControl control);
Charset determineCharset(ShellControl control) throws Exception;
NewLine getNewLine();