catch error

This commit is contained in:
Amazing_DM
2020-05-15 18:32:09 +08:00
parent 37f29128f1
commit f71b319741
2 changed files with 22 additions and 15 deletions

View File

@@ -59,7 +59,7 @@ namespace Netch.Controllers
{
System.Diagnostics.Process.Start("https://netch.org/#/?id=%e4%be%9d%e8%b5%96");
}
Utils.Logging.Info("设置系统代理失败"+e.ToString());
Utils.Logging.Info("设置系统代理失败" + e.ToString());
return false;
}