You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoke-GitCommand needs to be changed over to use Start-Process in order to capture the standard error output and the last exit code.
The current work around is to redirect standard error by appending 2>&1 following the call to Invoke-GitCommand. You can also get the $lastexitcode if there is only one command in the $Command parameter of Invoke-GitCommand.
The text was updated successfully, but these errors were encountered:
Invoke-GitCommand needs to be changed over to use Start-Process in order to capture the standard error output and the last exit code.
The current work around is to redirect standard error by appending 2>&1 following the call to Invoke-GitCommand. You can also get the $lastexitcode if there is only one command in the $Command parameter of Invoke-GitCommand.
The text was updated successfully, but these errors were encountered: