aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Git
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2020-12-06 15:40:20 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2020-12-06 15:40:20 +0200
commitd2241fc7414565af5c39df88b4d8c6af292db45c (patch)
tree53b23f18fa5c8bd3ecf5db48fe3f1fd1e36a6b10 /Software/Visual_Studio/Tango.Git
parent8660c8ec3836079e63e5db6379b327fab6181e0c (diff)
downloadTango-d2241fc7414565af5c39df88b4d8c6af292db45c.tar.gz
Tango-d2241fc7414565af5c39df88b4d8c6af292db45c.zip
FSE_v1.1.2
Diffstat (limited to 'Software/Visual_Studio/Tango.Git')
-rw-r--r--Software/Visual_Studio/Tango.Git/GitRepositoryManager.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Tango.Git/GitRepositoryManager.cs b/Software/Visual_Studio/Tango.Git/GitRepositoryManager.cs
index 906db8bd4..665c87080 100644
--- a/Software/Visual_Studio/Tango.Git/GitRepositoryManager.cs
+++ b/Software/Visual_Studio/Tango.Git/GitRepositoryManager.cs
@@ -155,10 +155,6 @@ namespace Tango.Git
command.WorkingDir = _localFolder;
command.Timeout = TimeSpan.FromSeconds(60);
var result = command.Run().Result;
- if (result.ExitCode != 0)
- {
- throw new IOException(result.StandardOutput);
- }
}
public void Dispose()