Browse Source

fix #54

tags/2.3
clowwindy 10 years ago
parent
commit
5cf800729e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      shadowsocks-csharp/Controller/PolipoRunner.cs

+ 2
- 2
shadowsocks-csharp/Controller/PolipoRunner.cs View File

@@ -60,9 +60,9 @@ namespace Shadowsocks.Controller
_process.Kill(); _process.Kill();
_process.WaitForExit(); _process.WaitForExit();
} }
catch (InvalidOperationException)
catch (Exception e)
{ {
// do nothing
Console.WriteLine(e.ToString());
} }
_process = null; _process = null;
} }


Loading…
Cancel
Save