Update ProcessHelper.cs

This commit is contained in:
rafael-aero
2021-08-25 09:54:00 +02:00
parent 67c592a060
commit e39e34234d

View File

@@ -25,7 +25,7 @@ namespace ElectronNET.CLI
}
try
{
kv.Key.Kill(false);
kv.Key.Kill(true);
}
catch
{