mirror of https://github.com/2dust/v2rayN
Update MainForm.cs
parent
068fe3113b
commit
012bb5654b
|
@ -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 New Issue