修复某些程序无法退出问题
This commit is contained in:
parent
caf690c229
commit
6dba4eccf5
|
@ -69,8 +69,9 @@ namespace N_m3u8DL_RE.Util
|
|||
{
|
||||
FileName = name,
|
||||
Arguments = arg,
|
||||
RedirectStandardOutput = true,
|
||||
RedirectStandardError = true,
|
||||
//RedirectStandardOutput = true,
|
||||
//RedirectStandardError = true,
|
||||
CreateNoWindow = true,
|
||||
UseShellExecute = false
|
||||
})!.WaitForExitAsync();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue