updated docs, code cleanup
This commit is contained in:
+1
-1
@@ -435,13 +435,13 @@ function powerShellRelease() {
|
||||
if (_psChild) {
|
||||
_psChild.stdin.write('exit' + os.EOL);
|
||||
_psChild.stdin.end();
|
||||
_psPersistent = false;
|
||||
}
|
||||
} catch {
|
||||
if (_psChild) {
|
||||
_psChild.kill();
|
||||
}
|
||||
}
|
||||
_psPersistent = false;
|
||||
_psChild = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user