mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 05:08:49 +00:00
Bug fix
This commit is contained in:
parent
4b2b45979b
commit
afaad49879
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ namespace v2rayN.Handler
|
||||||
}
|
}
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
proc.CloseMainWindow();
|
proc.Kill();
|
||||||
proc.WaitForExit(100);
|
proc.WaitForExit(100);
|
||||||
if (!proc.HasExited)
|
if (!proc.HasExited)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue