Skip to content

Commit 02a3f75

Browse files
committed
Redirect standard error
1 parent ce36102 commit 02a3f75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AssetRipper.NativeDialogs/ProcessExecutor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ internal static class ProcessExecutor
1212
{
1313
FileName = command,
1414
RedirectStandardOutput = true,
15+
RedirectStandardError = true,
1516
},
1617
};
1718
foreach (string arg in arguments)

0 commit comments

Comments
 (0)