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