Differences
This shows you the differences between the selected revisions of the page.
| 2017-07-23 | 2017-10-04 | ||
| missing semicolons (martin) | label error message (martin) | ||
| Line 110: | Line 110: | ||
| catch [Exception] | catch [Exception] | ||
| { | { | ||
| - | Write-Host $_.Exception.Message | + | Write-Host "Error: $($_.Exception.Message)" |
| $result = 1 | $result = 1 | ||
| $pause = $true | $pause = $true | ||