mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
Update HttpWebServerB.cs
This commit is contained in:
parent
59a6e1862c
commit
486b0920af
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ namespace v2rayN.HttpProxyHandler
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
Utils.SaveLog(ex.Message, ex);
|
Utils.SaveLog(ex.Message, ex);
|
||||||
|
throw;
|
||||||
}
|
}
|
||||||
|
|
||||||
Utils.SaveLog("WebserverB running...");
|
Utils.SaveLog("WebserverB running...");
|
||||||
|
|
Loading…
Reference in a new issue