mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 20:42:10 +00:00
Update MainForm.cs
This commit is contained in:
parent
068fe3113b
commit
012bb5654b
1 changed files with 2 additions and 2 deletions
|
@ -62,9 +62,9 @@ namespace v2rayUpgrade
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
MessageBox.Show("Upgrade Failed(升级失败)");
|
MessageBox.Show("Upgrade Failed(升级失败)." + ex.StackTrace);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue