mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
Update CoreHandler.cs
This commit is contained in:
parent
3934eb021b
commit
49ba1711f7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ namespace ServiceLib.Handler
|
|||
await CoreStop();
|
||||
await Task.Delay(1000);
|
||||
|
||||
if (Utils.IsWindows()
|
||||
if (Utils.IsWindows())
|
||||
{
|
||||
await Task.Delay(1000);
|
||||
await WindowsUtils.RemoveTunDevice();
|
||||
|
|
Loading…
Reference in a new issue