Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/clovershell-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-19 21:55:02 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-19 21:55:02 +0300
commit92b21d8c46c84a853874639bb612c8cebd919894 (patch)
tree8e1eec7b4a99d94e393b8da31f22d982ae962ba8 /CloverShell/ShellConnection.cs
parent110a1ec7d882bd43454fd178156d4d6812813849 (diff)
Many fixes
Diffstat (limited to 'CloverShell/ShellConnection.cs')
-rw-r--r--CloverShell/ShellConnection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CloverShell/ShellConnection.cs b/CloverShell/ShellConnection.cs
index 51812d1..c1be436 100644
--- a/CloverShell/ShellConnection.cs
+++ b/CloverShell/ShellConnection.cs
@@ -39,7 +39,7 @@ namespace com.clusterrr.clovershell
catch (ThreadAbortException)
{
}
- catch (Exception)
+ catch (ClovershellException)
{
}
finally