We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02aacc commit c8e5595Copy full SHA for c8e5595
1 file changed
build_release.ps1
@@ -19,7 +19,7 @@ function Run {
19
Write-Host "+ $Exe $($Args -join ' ')"
20
& $Exe @Args
21
if ($LASTEXITCODE -ne 0) {
22
- throw "Command failed with exit code $LASTEXITCODE: $Exe $($Args -join ' ')"
+ throw "Command failed with exit code ${LASTEXITCODE}: $Exe $($Args -join ' ')"
23
}
24
25
0 commit comments