Comparing version 7.2.0 to 7.2.1
@@ -43,5 +43,7 @@ 'use strict'; | ||
} catch (error) { | ||
if (!options.force && error.exitCode !== TASKKILL_EXIT_CODE_FOR_PROCESS_FILTERING_SIGTERM) { | ||
throw error; | ||
if (error.exitCode === TASKKILL_EXIT_CODE_FOR_PROCESS_FILTERING_SIGTERM && !options.force) { | ||
return; | ||
} | ||
throw error; | ||
} | ||
@@ -48,0 +50,0 @@ }; |
{ | ||
"name": "fkill", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "Fabulously kill processes. Cross-platform.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9708
200