mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Powershell fixes
This commit is contained in:
parent
29a12cb215
commit
83b5b7b2de
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ public interface ShellDialect {
|
|||
|
||||
String getWhichCommand(String executable);
|
||||
|
||||
Charset determineCharset(ShellControl control);
|
||||
Charset determineCharset(ShellControl control) throws Exception;
|
||||
|
||||
NewLine getNewLine();
|
||||
|
||||
|
|
Loading…
Reference in a new issue