We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce36102 commit 02a3f75Copy full SHA for 02a3f75
AssetRipper.NativeDialogs/ProcessExecutor.cs
@@ -12,6 +12,7 @@ internal static class ProcessExecutor
12
{
13
FileName = command,
14
RedirectStandardOutput = true,
15
+ RedirectStandardError = true,
16
},
17
};
18
foreach (string arg in arguments)
0 commit comments