Update MainForm.cs

This commit is contained in:
2dust 2019-12-18 13:13:00 +08:00
parent 068fe3113b
commit 012bb5654b

View file

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