Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
fujii committed Oct 31, 2023
1 parent 39a200e commit ba69f77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _posts/2019-05-13-powershell-stderr-errorrecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,10 @@ function Invoke-NativeCommand($command) {
Start-Process で起動したプロセスはコンソールに出力されるようである。

* [PowerShell: Running Executables - TechNet Articles](https://social.technet.microsoft.com/wiki/contents/articles/7703.powershell-running-executables.aspx)

## PowerShell 7.1

PowerShell 7.1 で [改修された](https://learn.microsoft.com/en-us/previous-versions/powershell/scripting/whats-new/what-s-new-in-powershell-71?view=powershell-7.1#breaking-changes-and-improvements)

- Fix $? to not be $false when native command writes to stderr (#13395)
- Make $ErrorActionPreference not affect stderr output of native commands (#13361)

0 comments on commit ba69f77

Please sign in to comment.