Skip to content

Commit c8e5595

Browse files
committed
Install script
1 parent e02aacc commit c8e5595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_release.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function Run {
1919
Write-Host "+ $Exe $($Args -join ' ')"
2020
& $Exe @Args
2121
if ($LASTEXITCODE -ne 0) {
22-
throw "Command failed with exit code $LASTEXITCODE: $Exe $($Args -join ' ')"
22+
throw "Command failed with exit code ${LASTEXITCODE}: $Exe $($Args -join ' ')"
2323
}
2424
}
2525

0 commit comments

Comments
 (0)