diff --git a/lib/util.js b/lib/util.js index 67015405..4220bfc3 100644 --- a/lib/util.js +++ b/lib/util.js @@ -415,9 +415,6 @@ function powerShellStart() { _psChild.on('error', function () { powerShellProceedResults(_psResult + _psError); }); - _psChild.on('close', function () { - _psChild.kill(); - }); } } }