Update MainForm.cs

pull/354/head
2dust 2019-12-18 13:13:00 +08:00
parent 068fe3113b
commit 012bb5654b
1 changed files with 2 additions and 2 deletions

View File

@ -62,9 +62,9 @@ namespace v2rayUpgrade
} }
} }
} }
catch catch (Exception ex)
{ {
MessageBox.Show("Upgrade Failed(升级失败)"); MessageBox.Show("Upgrade Failed(升级失败)." + ex.StackTrace);
return; return;
} }