powerShellStart() fixed kill issue
This commit is contained in:
+1
-1
@@ -416,7 +416,7 @@ function powerShellStart() {
|
||||
powerShellProceedResults(_psResult + _psError);
|
||||
});
|
||||
_psChild.on('close', function () {
|
||||
_psChild.kill();
|
||||
if (_psChild) { _psChild.kill(); }
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user