From e39e34234de5b2b2c12e0e0c0c856e6a1d04c534 Mon Sep 17 00:00:00 2001 From: rafael-aero Date: Wed, 25 Aug 2021 09:54:00 +0200 Subject: [PATCH] Update ProcessHelper.cs --- ElectronNET.CLI/ProcessHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronNET.CLI/ProcessHelper.cs b/ElectronNET.CLI/ProcessHelper.cs index c0290f3..5f7d6cc 100644 --- a/ElectronNET.CLI/ProcessHelper.cs +++ b/ElectronNET.CLI/ProcessHelper.cs @@ -25,7 +25,7 @@ namespace ElectronNET.CLI } try { - kv.Key.Kill(false); + kv.Key.Kill(true); } catch {