mirror of
https://github.com/netchx/netch.git
synced 2026-05-09 22:54:03 +08:00
更新 Controller类
改善错误输出
This commit is contained in:
@@ -279,7 +279,7 @@ namespace Netch.Forms
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
MessageBox.Show(i18N.Translate("Error", e.Message));
|
||||
MessageBoxX.Show(e.ToString(),info:false);
|
||||
Console.WriteLine(e);
|
||||
throw;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user