Differences
This shows you the differences between the selected revisions of the page.
| 2017-01-05 | 2017-10-04 | ||
| options anchor (martin) | using variable expansion in strings in powershell (martin) | ||
| Line 90: | Line 90: | ||
| catch [Exception] | catch [Exception] | ||
| { | { | ||
| - | Write-Host ("Error: {0}" -f $_.Exception.Message) | + | Write-Host "Error: $($_.Exception.Message)" | 
| $result = 1 | $result = 1 | ||
| } | } | ||