Comparing version 2.0.0 to 2.0.1
@@ -20,3 +20,3 @@ 'use strict'; | ||
if (opts.force) { | ||
flags.unshift('-9'); | ||
args.unshift('-9'); | ||
} | ||
@@ -48,3 +48,4 @@ | ||
if (err) { | ||
errors.push(err.message); | ||
errors.push('Killing process ' + input + ' failed: ' + | ||
err.message.replace(/.*\n/, '').replace(/kill: \d+: /, '').trim()); | ||
} | ||
@@ -51,0 +52,0 @@ |
{ | ||
"name": "fkill", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Fabulously kill processes. Cross-platform.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
4302
50