Update CoreHandler.cs

This commit is contained in:
sshcomm 2025-01-31 03:04:32 +03:30 committed by GitHub
parent 3934eb021b
commit 49ba1711f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();