mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed xcopy issue with input redirection
This commit is contained in:
parent
fa7792650c
commit
394dec5bae
1 changed files with 1 additions and 2 deletions
|
@ -7472,8 +7472,7 @@ namespace IDE
|
||||||
{
|
{
|
||||||
startInfo.RedirectStandardOutput = true;
|
startInfo.RedirectStandardOutput = true;
|
||||||
startInfo.RedirectStandardError = true;
|
startInfo.RedirectStandardError = true;
|
||||||
if (stdInData != null)
|
startInfo.RedirectStandardInput = true;
|
||||||
startInfo.RedirectStandardInput = true;
|
|
||||||
startInfo.CreateNoWindow = true;
|
startInfo.CreateNoWindow = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue