Update HttpWebServer.cs

pull/80/head
2dust 2019-09-18 13:37:16 +08:00
parent 8ddddb66df
commit 59a6e1862c
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ namespace v2rayN.HttpProxyHandler
catch (Exception ex)
{
Utils.SaveLog(ex.Message, ex);
throw;
}
}