mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +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);
|
String getWhichCommand(String executable);
|
||||||
|
|
||||||
Charset determineCharset(ShellControl control);
|
Charset determineCharset(ShellControl control) throws Exception;
|
||||||
|
|
||||||
NewLine getNewLine();
|
NewLine getNewLine();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue