Update HttpWebServer.cs

This commit is contained in:
2dust 2019-09-18 13:37:16 +08:00
parent 8ddddb66df
commit 59a6e1862c

View file

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