mirror of https://github.com/2dust/v2rayN
Update HttpWebServerB.cs
parent
59a6e1862c
commit
486b0920af
|
@ -28,6 +28,7 @@ namespace v2rayN.HttpProxyHandler
|
|||
catch (Exception ex)
|
||||
{
|
||||
Utils.SaveLog(ex.Message, ex);
|
||||
throw;
|
||||
}
|
||||
|
||||
Utils.SaveLog("WebserverB running...");
|
||||
|
|
Loading…
Reference in New Issue