mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-26 19:47:50 +00:00
Fixes the issue with unauthorized I/O redirection
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
parent
259114daa0
commit
211795f8d5
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ $null = New-Module {
|
|||
Arguments = $args;
|
||||
RedirectStandardOutput = $true;
|
||||
WorkingDirectory = $PWD;
|
||||
UseShellExecute = $false;
|
||||
}
|
||||
$p = [System.Diagnostics.Process]@{StartInfo = $startArgs}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue