Comparing version 7.0.0 to 7.0.1
@@ -37,3 +37,7 @@ 'use strict'; | ||
if (options.force) { | ||
arguments_.unshift('-9'); | ||
if (killByName) { | ||
arguments_.unshift('-KILL'); | ||
} else { | ||
arguments_.unshift('-9'); | ||
} | ||
} | ||
@@ -40,0 +44,0 @@ |
{ | ||
"name": "fkill", | ||
"version": "7.0.0", | ||
"version": "7.0.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
7465
145