diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-12-06 15:40:20 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-12-06 15:40:20 +0200 |
| commit | d2241fc7414565af5c39df88b4d8c6af292db45c (patch) | |
| tree | 53b23f18fa5c8bd3ecf5db48fe3f1fd1e36a6b10 /Software/Visual_Studio/Tango.Git/GitRepositoryManager.cs | |
| parent | 8660c8ec3836079e63e5db6379b327fab6181e0c (diff) | |
| download | Tango-d2241fc7414565af5c39df88b4d8c6af292db45c.tar.gz Tango-d2241fc7414565af5c39df88b4d8c6af292db45c.zip | |
FSE_v1.1.2
Diffstat (limited to 'Software/Visual_Studio/Tango.Git/GitRepositoryManager.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Git/GitRepositoryManager.cs | 4 |
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() |
