utils fix killing powershell (windows)
This commit is contained in:
+1
-1
@@ -414,7 +414,7 @@ function powerShellRelease() {
|
||||
_psPersistent = false;
|
||||
}
|
||||
} catch (e) {
|
||||
_psChild.kill();
|
||||
if (_psChild) { _psChild.kill(); }
|
||||
}
|
||||
_psChild = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user