mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
Update HttpWebServer.cs
This commit is contained in:
parent
8ddddb66df
commit
59a6e1862c
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ namespace v2rayN.HttpProxyHandler
|
|||
catch (Exception ex)
|
||||
{
|
||||
Utils.SaveLog(ex.Message, ex);
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue