Currently we do not show the exceptions (message and/or stacktrace) by other invoked processes. To enable this feature we need to remove `startInfo.RedirectStandardError = true;` from ProcessRunner.cs
Currently we do not show the exceptions (message and/or stacktrace) by other invoked processes.
To enable this feature we need to remove
startInfo.RedirectStandardError = true;from ProcessRunner.cs