Differences
This shows you the differences between the selected revisions of the page.
| 2016-03-31 | 2016-04-29 | ||
| dot (martin) | error: prefix (martin) | ||
| Line 169: | Line 169: | ||
| catch [Exception] | catch [Exception] | ||
| { | { | ||
| - | Write-Host $_.Exception.Message | + | Write-Host ("Error: {0}" -f $_.Exception.Message) |
| exit 2 | exit 2 | ||
| } | } | ||