mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +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)
|
||||
{
|
||||
Utils.SaveLog(ex.Message, ex);
|
||||
throw;
|
||||
}
|
||||
|
||||
Utils.SaveLog("WebserverB running...");
|
||||
|
|
Loading…
Reference in a new issue